show interfaces
In the R81.10.X releases, this command is available starting from the R81.10.00 version.
Description
Shows the list (or table) with the local interfaces and Internet connections with these details:
-
Interface IPv4 address
-
Interface IPv6 address
-
Interface Status
-
Interface Description (use the parameter "
all
") -
Interface IPv4 Mask Length (use the parameter "
table
") -
Interface IPv6 Prefix Length (use the parameter "
table
") -
VLAN Physical Port (use the parameter "
table
")
See:
-
The "set" commands
Syntax
|
Example 1
MyAppliance> show interfaces name: myappliance ipv4-address: 192.168.252.1 ipv6-address: status: off name: LAN1 ipv4-address: 192.168.2.1 ipv6-address: status: 1/full name: LAN2 ipv4-address: ipv6-address: status: off name: LAN3 ipv4-address: 192.168.200.1 ipv6-address: status: disconnected name: LAN4 ipv4-address: ipv6-address: status: off name: LAN5 ipv4-address: ipv6-address: status: off name: Internet1 ipv4-address: 172.30.40.50 ipv6-address: status: 1/full MyAppliance> |
Example 2
MyAppliance> show interfaces all name: myappliance ipv4-address: 192.168.252.1 ipv6-address: status: off mac-address: XX:XX:XX:XX:XX:XX description: name: LAN1 ipv4-address: 192.168.2.1 ipv6-address: status: 1/full mac-address: YY:YY:YY:YY:YY:YY description: name: LAN2 ipv4-address: ipv6-address: status: off mac-address: YY:YY:YY:YY:YY:YY description: name: LAN3 ipv4-address: 192.168.200.1 ipv6-address: status: disconnected mac-address: YY:YY:YY:YY:YY:YY description: name: LAN4 ipv4-address: ipv6-address: status: off mac-address: YY:YY:YY:YY:YY:YY description: name: LAN5 ipv4-address: ipv6-address: status: off mac-address: YY:YY:YY:YY:YY:YY description: name: Internet1 ipv4-address: 172.30.40.50 ipv6-address: status: 1/full mac-address: description: MyAppliance> |
Example 3
MyAppliance> show interfaces table name ipv4-address mask-length ipv6-address ipv6-prefix-lengthassignment status mac-address vlan-physical-port LAN1 192.168.2.1 24 64 ASSIGNMENT.SEPAR... 1/full 00:50:56:95:c4:5c LAN2 0 64 ASSIGNMENT.UNASS... off LAN3 192.168.200.1 24 64 ASSIGNMENT.SEPAR... 1/full 00:50:56:95:c4:5c LAN4 0 64 ASSIGNMENT.UNASS... off LAN5 0 64 ASSIGNMENT.UNASS... off Internet1 172.30.40.50 24 64 ASSIGNMENT.SEPAR... 1/full MyAppliance> |
Example 4 (for IPv6 loopback)
|