Right-click on the Persistent Storage Device (PSD) card and then select PSD Details.
In the contents pane, double-click on the Interface Details folder and then select the desired interface.
From the Interface Details dialog box, you can view both configuration and statistical information for each interface present in the PSD card.
This dialog box displays the following data:
Configure
Statistics
To monitor these objects in real time, click Monitor.
Configure
Textual description of the physical entity. This object contains a string which identifies the manufacturer name, the product name, and the interface hardware/software version.
Indicates the interface type.
Size of the largest datagram which can be sent/received on the interface, specified in octets. For interfaces that transmit network datagrams, this is the size of the largest network datagram that can be sent on the interface.
An estimate of the interface's current bandwidth, measured in bits per second.
Physical Address (ifPhysAddress)
Address of the interface at its protocol sublayer. The media-specific MIB on the interface must define the bit and byte ordering and format of the value contained by this object.
IP address of an entry.
Subnet mask associated with the IP address of this entry. The mask value is an IP address with the network bits set to 1 and the hosts bits set to 0.
Administrative Status (ifAdminStatus)
Chosen state for the interface. There are three possible values:
up(1) – ready to pass packets
down(2)
testing(3) – in test mode; no operational packets can be passed
Note: For dual port ATM cards (Ws-X 5157, 5158, 5167, 5168, 5156, 5166, 5161, 5162), the cadpStatAdminActivePhy MIB variable is used to perform an active physical switch over.
Operational Status (ifOperStatus)
Current operational state of the interface. There are five possible values:
up(1) – ready to pass packets
down(2)
testing(3) – in test mode; no operational packets can be passed
unknown(4)
dormant(5)
Statistics
Indicates the bandwidth utilized by the interface. The value of this object is calculated using the following formula:
Utilization = max (∆ifInOctets, ∆ifOutOctets) * 800 |
Total number of octets received on the interface, including framing characters.
In Unicast Packets (ifInUcastPkts)
Pattern and current number of Unicast packets received.
For packet-oriented interfaces, the number of inbound packets containing errors which prevent their transmission to a higher layer protocol.
For character-oriented or fixed-length interfaces, the number of inbound transmission units containing errors which prevent their transmission to a higher layer protocol.
Total number of octets transmitted out of the interface, including framing characters.
Out Unicast Packets (ifOutUcastPkts)
Pattern and current number of Unicast packets sent.
Number of outbound packets discarded even though no errors had been detected to prevent their transmission. One possible reason for discarding packets is to free up buffer space.
For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors.
For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.