Configuring the Individual Management IP Addresses
Use this procedure to configure the individual management IP address on a CMM. This is optional. You do not normally need to connect to the individual management IP address. Use of the individual management IP address is beyond the scope of this document.
Prerequisites:
- The shared management IP address (and subnet) and the default gateway must be set up.
Each CMM has its own IP address that you can explicitly connect to if required. These individual management IP addresses are typically set up during commissioning.
![]() | Note: The individual management IP addresses, the shared management IP address, and the default gateway must all reside on the same subnet. |
- Enter system configuration mode.
For example:
bti7800# config
Entering configuration mode terminal bti7800(config)# system bti7800(config-system)#
- Set the individual management IP address for the CMM in
slot A.
All management IP addresses must reside on the same subnet.
For example:
bti7800(config-system)# controller-1 static-address 10.1.220.189
- Set the individual management IP address for the CMM in
slot B.
All management IP addresses must reside on the same subnet.
For example:
bti7800(config-system)# controller-2 static-address 10.1.220.190
- Commit your changes.
bti7800(config-system)# commit
Commit complete. bti7800(config-system)# end bti7800#
- Verify your settings by displaying the new settings.
For example:
bti7800# show system mgmt-interface
MgmtAddress: 10.1.220.104/10 Name IP Netmask MAC Address Duplex Spee ------------ ------------ ------------- ----------------- ------- --- eth0-cmm:1/A 192.168.17.1 255.255.255.0 00:14:d0:00:69:04 Unknown Unkn eth1-cmm:1/A 10.1.220.189 255.192.0.0 00:14:d0:00:69:05 Full 100 eth0-cmm:1/B 192.168.17.1 255.255.255.0 00:14:d0:50:5a:b3 Unknown Unkn eth1-cmm:1/B 10.1.220.190 255.192.0.0 00:14:d0:50:5a:b4 Full 100 Name Baud rate Parity Stop Bits Flow Control -------------- --------- ---------- ---------- ------------ ttyS0-cmm:1/A 115200 no 1 no hardware ttyS0-cmm:1/B 115200 no 1 no hardware