cmdref.net - Cheat Sheet and Example

cmdref.net is command references/cheat sheets/examples for system engineers.

User Tools

Site Tools


Sidebar








Cloud



Etc


Reference














.

hardware:bigip:network.html



F5 BIG-IP network related commands

Check Network

Operation TMSH Commands (tmos)# Complement
Check Interfaces # tmsh show net interface
# tmsh show net interface all
(tmos)# show net interface
(tmos)# show net interface all
Show mac address table # tmsh show net fdb
# tmsh show net fdb all
(tmos)# show net fdb
(tmos)# show net fdb all
show arp table # tmsh show net arp
# tmsh show net arp all
(tmos)# show net arp
(tmos)# show net arp all
show routing # tmsh show net route
# tmsh show net route all
(tmos)# show net route
(tmos)# show net route all
show vlan # tmsh show net vlan
# tmsh show net vlan all
(tmos)# show net vlan
(tmos)# show net vlan all
show trunk # tmsh show net trunk (tmos)# show net trunk
show selfip

Example TMSH


Configuration

Create VLAN Interface

(tmos)# create / net vlan VLAN_External interfaces add { 1.1 }
(tmos)# create / net vlan VLAN_Internal interfaces add { 1.2 }

Assign IP to VLAN Self IP

(tmos)# create / net self 192.168.1.31/24 allow-service add { icmp:any } vlan VLAN_External
(tmos)# create / net self 192.168.2.31/24 allow-service add { icmp:any } vlan VLAN_Internal









hardware/bigip/network.html.txt ยท Last modified: 2018/12/03 by admin

Page Tools