HP-MSR Router Troubleshooting: Contents
HP-MSR Router Troubleshooting: Contents
HP-MSR Router Troubleshooting: Contents
If any IP Assign used interface administratively down , then make it up with `undo’ command
<router>sys
[router]int s1/0
[router-Serial1/0]undo shut
[router-Serial1/0]quit
[router]
Now Serial interface status showing UP if link is properly terminated & working ok.
If still serial interface status shows down then there will be link or modem issue.
SOP To Troubleshoot Packet Drops Problems
Step -1 : Check for CRC error.
If any CRC errors showing , then clear it & recheck again by below command.
[router]quit
<router>reset counters interface s1/0
[router]dis int s1/0
Input:
639 packets, 41974 bytes
0 errors, 0 runts, 0 giants
0 CRC, 0 align errors, 0 overruns
0 aborts, 0 no buffers, 0 frame errors
Output:
1101 packets, 1195782 bytes
0 errors, 0 underruns, 0 collisions
0 deferred
DCD: UP, DTR: UP, DSR: UP, RTS: UP, CTS: UP
Step -2 : If CRC error not showing , still packet drops occurs then check for which system utilized more
bandwidth by ‘dis ip netstream ca’
As per above o/p system having IP add. 172.28.1.40 utilized more bandwidth.
[router]quit
<router>reset ip netstream sta (To reset ip accounting)
*** To see what routes you're getting from a neighbor, use the command
[router]bgp 65003
login: cmsfmnw
Password:
<AHD-Anand-7323>sys
System View: return to User View with Ctrl+Z.
[AHD-Anand-7323]dis ip int brie
Interface Physical Protocol I P Address Description
GE0/0 up up 172.17.11.1 *****LOCA...
GE0/1 up up 10.210.135.142 Connected...
S3/0 up up 10.201.22.13 Connected...
[AHD-Anand-7323]quit(cntrl+Z)
<AHD-Anand-7323>reset ike sa
<AHD-Anand-7323>reset ike stat
[router]bgp 65003
[router-bgp]peer 10.201.35.18 ignore (To ignore neighbor ship with BSNL peer 10.201.35.18)
Now packet will pass through Tata MPLS Link (via 10.210.129.117)
Remember again when BSNL Link will stable , we have to switch over from Tata to BSNL link with below
commands
[router]bgp 65003
[router-bgp]undo peer 10.201.35.18 ignore (To remove ignore BGP peer 10.201.35.18)