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 |
(tmos)# create / net vlan VLAN_External interfaces add { 1.1 } (tmos)# create / net vlan VLAN_Internal interfaces add { 1.2 }
(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