Calculating packet loss in Example 4
To calculate packet loss for Example 4, perform these tasks.
- Display the value for IN_FRAME_UNICAST for each Ethernet port in the bridged VLAN, by entering this command:
| show port statistics bridged <ethernet port> |
- Calculate the total of the IN_FRAME_UNICAST values.
- Display the value for OUT_FRAME for the ATM port to which the bridged PVC belongs, by entering this command:
| show port statistics bridged <atm port> |
- Calculate the difference between the IN_FRAME_UNICAST total value and the OUT_FRAME value to estimate packet loss.
- Display the value for OutUcastPkts for the ATM port, by entering this command:
| show atm elan <elan number> |
- Display the value for OUTPKTS for the ATM port, by entering this command:
| show port stats atmport <atm port> |
- Calculate the difference between the OUT_FRAME value and the OutUcastPkts value. The result should be near or equal to the value displayed for OutDiscards when you enter this command
| show atm elan <elan number> output |