Calculating packet loss for bridged PVCs in Example 6
To calculate packet loss for Example 6, perform these tasks.
- Display the value for INPKTS received on the ingress ATM port, by entering this command:
| show port stats atmp <ingress atm port> |
- Display the value for InUcastPkts on the ingress ATM port, by entering this command:
| show atm elan <elan number> |
- Display the value for IN_FRAME_UNICAST from the ingress ATM port, by entering this command:
| show port stats bridging <ingress atm port> |
- Display the value for OUT_FRAME on the egress Ethernet port, by entering this command:
| show port stats bridging <ethernet port> |
- Calculate the difference between the IN_FRAME_UNICAST value and the OUT_FRAME value to estimate packet loss.