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 with telnet:
The default password is admin .
- Run this command: to go to the Enable mode:
# en - Run this command to go to the Configuration terminal:
# conf t - Run this command to configure all the downlink interfaces:
#interface range 1/2/1-1/14/1
- Run this command to configure the MTU:
# packet-size-limit 9146
- Run this command to 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.
- Run this command to set the required MTU:
# packet-size-limit 9146
- Run these commands to close 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
|