Monitoring Bridged Ethernet
- Display information about bridged Ethernet interfaces by using the show bridge1483 interface command.
- Monitor MAC address validation by using the show ip mac-validate interface command.
- Display information about VLANs configured on bridged Ethernet interfaces by using the show vlan subinterface command.
Bridged Ethernet interfaces are not bound to a specific virtual router (VR).
show bridge1483 interface
- Use to display configuration and status information for all bridged Ethernet interfaces currently configured on the router.
- Use the atm keyword and an interface specifier to display information for a bridged Ethernet interface that is stacked over an ATM subinterface.
- Use the summary keyword to display only a count of all bridged Ethernet interfaces configured on the router.
- Field descriptions
- InterfaceType and specifier of the lower-layer interface on which bridged Ethernet is configured
- StatusStatus of the bridged Ethernet interface: up, down, lowerLayerDown, notPresent
- MAC AddressMAC address assigned to the bridged Ethernet interface, if configured
- TypeType of interface: static or dynamic
- Oper/Admin MTUOperational MTU, which is the MTU at which the interface actually operates, and administrative MTU, which is the MTU configured for the interface; the administrative MTU displays 1518 (the default value) if not configured
- InAnalysis of inbound traffic on this interface
- BytesNumber of bytes received in error-free packets
- PacketsNumber of packets received
- MulticastNumber of multicast packets received
- BroadcastNumber of broadcast packets received
- ErrorsTotal number of errors in all received packets; some packets might contain more than one error
- DiscardsTotal number of discarded incoming packets
- BytesNumber of bytes sent
- PacketsNumber of packets sent
- MulticastNumber of multicast packets sent
- BroadcastNumber of broadcast packets sent
- ErrorsTotal number of errors in all transmitted packets; some packets might contain more than one error
- DiscardsTotal number of discarded outgoing packets
- ARP StatisticsAnalysis of ARP traffic on this interface; In fields are for traffic received on the interface and Out fields are for traffic sent on the interface
- ARP requestsNumber of ARP requests
- ARP responsesNumber of ARP responses
- ErrorsTotal number of errors in all ARP packets
- DiscardsTotal number of discarded ARP packets
- Total bridge1483 interfacesTotal number of bridged Ethernet interfaces configured on the router; this is the only information that appears when you specify the summary keyword
host1#show bridge1483 interfaceOper/AdminInterface Status MAC Address Type MTU------------------------- ---------- -------------- ------- ----------ATM 5/1.1 Up ----.----.---- Static 1500/1684ATM 5/1.2 Up ----.----.---- Static 8192/91882 bridge1483 interfaces foundExample 2Displays full status and configuration information for the specified bridge1483 interface host1#show bridge1483 interface atm 12/0.1Oper/AdminInterface Status MAC Address Type MTU------------------------- ---------- -------------- ------- ----------ATM 12/0.1 Up ----.----.---- Static 1522/1522In: Bytes 0, Packets 0Multicast 0, Broadcast 0Errors 0, Discards 0Out: Bytes 0, Packets 0Multicast 0, Broadcast 0Errors 0, Discards 0ARP Statistics:In: ARP requests 0, ARP responses 0Errors 0, Discards 0Out: ARP requests 0, ARP responses 0Errors 0, Discards 0Example 3Displays only brief summary information host1#show bridge1483 interface summaryTotal bridge1483 interfaces: 3show ip mac-validate interface
- Use to display the status of the MAC address validation on the physical interface.
- Field descriptions
- interfaceSpecifierInterface type slot/port
- Keyword assigned to interfaceStrict or Loose
- AddressIP address of the entry
- Hardware AddrPhysical (MAC) address of the entry
host1:vr1#show ip mac-validate interface atm 8/0.1ATM8/0.1: StrictAddress Hardware Addr180.1.0.2 0000.1111.2222show vlan subinterface
- Use to display configuration and status information for a specified VLAN subinterface or for all VLAN subinterfaces configured on the router.
- Use the summary keyword to display only the counts of all VLAN subinterfaces and VLAN major interfaces configured on the router.
- Field descriptions
- InterfaceType and specifier of the VLAN subinterface. For more information about specifying the ATM physical interface on which you want to configure the VLAN subinterface, see Interface Types and Specifiers in JUNOSe Command Reference Guide, About This Guide.
- StatusStatus of the VLAN subinterface: up, down, lowerLayerDown, notPresent
- MTUMaximum allowable size (in bytes) of the maximum transmission unit for the VLAN subinterface
- Svlan IdS-VLAN ID value, if configured
- Vlan IdVLAN ID value for the VLAN subinterface
- EthertypeS-VLAN Ethertype value, if configured
- Total VLAN interfacesTotal numbers of VLAN subinterfaces and VLAN major interfaces configured on the router; this is the only field that appears when you specify the summary keyword
- Example 1Displays full status and configuration information for all VLAN subinterfaces configured on the router
host1#show vlan subinterfaceInterface Status MTU Svlan Id Vlan Id Ethertype------------------------- ---------- ---- -------- -------- ---------ATM 3/0.1.2 Up 1522 ---- 11 ----ATM 3/0.1.3 Up 1522 ---- 12 ----ATM 3/1.1.1 Up 1522 ---- 13 ----ATM 3/1.1.2 Up 1522 ---- 14 ----ATM 3/2.1.1 Down 1526 4 255 0x9200FastEthernet 4/5.1 Up 1522 ---- 1 ----6 vlan subinterfaces foundExample 2Displays full status and configuration information for the specified VLAN subinterface host1#show vlan subinterface atm 3/0.1.2Interface Status MTU Svlan Id Vlan Id Ethertype------------------------- ---------- ---- -------- -------- ---------ATM 3/0.1.2 Up 1522 ---- 11 ----Example 3Displays only brief summary information for all VLAN subinterfaces configured on the router host1#show vlan subinterface summaryTotal VLAN interfaces: 6 subinterfaces, 3 major interfaces