JUNOSe 9.1.x BGP and MPLS Configuration Guide > Monitoring VPLS
> Monitoring Configuration, Statistics, and Status for VPLS Ports
Monitoring Configuration, Statistics, and Status for VPLS Ports
Purpose
Display configuration, statistics, and status information for ports (interfaces) associated with a VPLS instance.
Action
To display information for VPLS ports:
host1#show bridge vplsC port
FastEthernet1/1.1
Port Number: 1
Operational Status: Up
Admin Status: Up
Snmp Link Status Trap: Disabled
Max Learn: Unlimited
Subscriber Policy: samplepolicy
Statistics:
In Octets: 2018
In Frames: 15
In Discards: 0
In Errors: 0
Out Octets: 1930
Out Frames: 14
Out Discards: 0
Out Errors: 0
Time since counters last reset: 00:10:55
queue 0: traffic class best-effort, bound to bridge FastEthernet1/1.1
Queue length 0 bytes
Forwarded packets 14, bytes 2042
Dropped committed packets 0, bytes 0
Dropped conformed packets 0, bytes 0
Dropped exceeded packets 0, bytes 0
vpls vplsC
Port Number: 2
Operational Status: Up
Admin Status: Up
Snmp Link Status Trap: Disabled
Max Learn: Unlimited
Subscriber Policy: default Trunk
Statistics:
In Octets: 0
In Frames: 0
In Discards: 0
In Errors: 0
Out Octets: 0
Out Frames: 0
Out Discards: 0
Out Errors: 0
Time since counters last reset: 00:07:07
To display a summary of all ports configured for the specified VPLS instance:
host1#show bridge vplsTest port brief
Port Interface Status
------ ------------------------- ------------
1 FastEthernet1/1.1 Up
2 ATM10/1.1.1 Up
3 vpls vplsTest Up
Meaning
Table 60 lists the show bridge port command output fields.
Table 60: show bridge port Output Fields
|
|
BridgeGroup
|
Name of the VPLS instance to which the interface belongs
|
Port Number
|
Port number on which this interface resides
|
Operational Status
|
Operational status of the physical interface: Up, Down, LowerLayerDown, NotPresent
|
Admin Status
|
State of the physical interface: Up, Down
|
Snmp Link Status Trap
|
Whether SNMP link status processing is enabled or disabled for the specified interface
|
Max Learn
|
Maximum number of dynamic MAC addresses that the interface can learn
|
Subscriber Policy
|
Name of the subscriber policy currently in effect for the interface
|
Statistics
|
Displays statistics information for the specified port
|
In Octets
|
Number of octets received on this interface
|
In Frames
|
Number of frames received on this interface
|
In Discards
|
Number of incoming packets discarded on this interface
|
In Errors
|
Number of incoming errors received on this interface
|
Out Octets
|
Number of octets transmitted on this interface
|
Out Frames
|
Number of frames transmitted on this interface
|
Out Discards
|
Number of outgoing packets discarded on this interface
|
Out Errors
|
Number of outgoing errors on this interface
|
Time since counters last reset
|
Elapsed time since statistics counters were last reset
|
queue
|
Hardware packet queue associated with the specified traffic class and interface
|
Queue length
|
Length of the queue, in bytes
|
Forwarded packets, bytes
|
Number of packets and bytes forwarded on this queue
|
Dropped committed packets, bytes
|
Number of committed packets and bytes that were dropped
|
Dropped conformed packets, bytes
|
Number of conformed packets and bytes that were dropped
|
Dropped exceeded packets, bytes
|
Number of exceeded packets and bytes that were dropped
|
vpls vplsName
|
Identifies the VPLS virtual core interface for the VPLS instance
|
Table 61 lists the show bridge port brief command output fields.
Table 61: show bridge interface Output Fields
|
|
Port
|
Port number on which this interface resides
|
Interface
|
Interface type and specifier associated with the port
|
Status
|
Operational status of the physical interface: Up, Down, LowerLayerDown, NotPresent
|
Related Topics