You are on page 1of 2

1.

1 Check System Uptime


[local]CLW51E1#sh ver
[local]SER-1#show clock
1.2 Check for the installed cards
[local]CLW51E1#show chassis
1.3 System Status
[local]CLW51E1#show system status
1.4 Hardware Status
[local]SER-1#show hardware
1.5 System Redundancy
[local]CLW51E1#show system redundancy
1.6 Disk Details
[local]CLW51E1#show disk internal detail
1.7 Running Processes
Check if the required processes are running. If the state of a process is halt or stop, then identify the cause and restart
the process.
[local]CLW51E1#show process
1.8 Check for crash-files
show crashfiles
#sh crashfiles
1.9 Check for System alarms
[local]SER-1#show system alarm all
1.10 Check for a particular port on card
[local]SER-1#sh port 3/1 detail 3/1 means card no. 3 and port 1
1.11 Check for interfaces
[local]CLW51E1#show ip interface brief all-context
1.12 Show log
Events happened can be checked under show log
1) Steps/commands involved to remove a POS link (which is erroring & LOOP testing required to troubleshoot), from a
LINK bundle

Go in the Port configuration mode
[local]Redback(config)#port pos <slotno./portno.>

Remove the Link-group configuration

[local]Redback(config-port)#no link-group <link-group name>

Commit the configuration

[local]Redback(config)#commit

2) Commands to check the LOOP on the POS interface

show port [slot/port[:chan-num[:sub-chan-num]]] [all] detail

3) Steps commands to add the LINK back to LINK bundle

Go in the Port configuration mode

[local]Redback(config)#port pos <slotno./portno.>

Add the Link-group configuration

[local]Redback(config-port)#link-group <link-group name>

Commit the configuration

[local]Redback(config)#commit

You might also like