SSM60
Do this procedure for each SSM60 in the Chassis. In a Dual Chassis system, do this procedure for both Chassis. 
- Connect to the SSM using telnet.
The default password is admin. 
 - Go to Enable mode:
 > en  - Go to the Configuration terminal:
# conf t  
 - Configure all the downlink interfaces:
# interface range 1/2/1-1/14/1 
 - Configure the MTU:
# packet-size-limit 9146 
 - Configure the required front panel ports: 
# interface range 1/2/1-1/14/1  
Interfaces 1/15/1 – 1/15/5 = SSM ports 1-5. 
 - Set the required MTU: 
# packet-size-limit 9146 
 - Close the Configuration terminal and save the configuration:
# end 
# write 
 
 Example 
# telnet 198.51.100.32 Trying 198.51.100.32... Connected to 198.51.100.32. Escape character is '^]'.
  User Access Verification 
Password: > en # conf t # interface range 1/2/1-1/14/1 # packet-size-limit 9146 
# interface range 1/15/1-1/15/5 
# packet-size-limit 9146 
# end 
# write 
						
						
					 |