Calculating packet loss for routed PVCs in Example 6
To calculate packet loss for routed PVCs in 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 routing <ingress atm port> |
- Display the value for OUT_FRAME on the egress Ethernet port, by entering this command:
| show port stats routing <ethernet port> |
- Calculate the difference between the IN_FRAME_UNICAST value and the OUT_FRAME value to estimate packet loss.
|
Note:
Packet loss for ingress ATM to egress Ethernet examples is lower than packet loss for ingress Ethernet to egress ATM examples.
|