Chapter 11: Basic Bring-up Procedure for the C4 CMTS
STANDARD Revision 1.0
C4® CMTS Release 8.3 User Guide
© 2016 ARRIS Enterprises LLC. All Rights Reserved.
339
To provision out-of-band management, enter the following commands:
To configure SCM slot 19 IP address and subnet mask:
configure interface ethernet 19/0 ip address 10.44.101.1 255.255.255.248
To configure the active SCM IP address and subnet mask for SCM 19:
configure interface ethernet 19/0 active ip 10.44.101.3 255.255.255.248
To configure SCM slot 20 IP address and subnet mask:
configure interface ethernet 20/0 ip address 10.44.101.2 255.255.255.248
To configure the active SCM IP address and subnet mask for SCM 20:
configure interface ethernet 20/0 active ip 10.44.101.3 255.255.255.248
To configure the SCM default gateway:
configure ip route vrf management 0.0.0.0 0.0.0.0 10.44.101.6
To save the configuration, enter the
write memory
command.
Note: The chassis reboot in the following step is only required only if you are using the Out-of-Band Management
configuration and changing the IPs.
Save the changes and reboot the system (if Out-of-Band management is configured) by entering:
write memory
configure reset system
14. Configure the SNMP
The following command sequence enables the Simple Network Management Protocol (SNMP) to work. You should change
community strings for security purposes.
configure snmp-server community public security rotesting
configure snmp-server community private security rwtesting
configure snmp-server user rotesting rotesting v1
configure snmp-server user rwtesting rwtesting v1
configure snmp-server user rotesting rotesting v2c
configure snmp-server user rwtesting rwtesting v2c
configure snmp-server context ""
configure snmp-server group rotesting v1 read docsisManagerView
configure snmp-server group rwtesting v1 read docsisManagerView write docsisManagerView
configure snmp-server group rotesting v2c read docsisManagerView notify docsisManagerView
configure snmp-server group rwtesting v2c read docsisManagerView write docsisManagerView