Configuring Inband Management with Static Routing
Use this procedure to set up static inband management, including specifying which OSC channels are used to carry management traffic and configuring the static routes required to route the traffic.
Static inband management is supported starting with release 2.1.1.
Prerequisites
The ROADM network and OSC channels have been set up. See ROADM Solutions.
The overlay management network has been designed. This design involves specifying which links in the optical network carry management traffic, and how management traffic is routed. It also identifies the BTI7800 acting as the gateway between the inband and out-of-band management networks.
When configuring default routes, be aware of the following:
The default gateway specified by the system gateway-address command refers to a gateway reachable through the management Ethernet interface only (eth1). This is typically set only on the gateway NE.
The metric specified by the system gateway-metric command refers to the metric for the above default gateway. When you set a default route using the mgt static command, ensure that both this metric and the metric specified in the mgt static command are set according to which default route/gateway you want to take precedence.
Ensure the subnet length is set correctly when configuring the shared IP management address in a network where all NEs are in the same management subnet. On non-gateway NEs, the subnet length should be set to
/30
.
- Enter configuration mode.
bti7800# config
Entering configuration mode terminal bti7800(config)#
- Display the OSC channels on the NE.
For example (output truncated for clarity):
bti7800(config)# do show dol osc
Dynamic Optical Layer Optical Service Channels ---------------------------------------------- OSC Name Admin State Oper State OL Id -------------- ----------- ---------- ----- osc:1/5/0/C1 enabled lowerLayer osc:1/5/0/L1 enabled lowerLayer osc:1/8/0/C1 enabled lowerLayer osc:1/8/0/C2 enabled lowerLayer osc:1/8/0/L1 enabled lowerLayer osc:1/9/0/C1 enabled lowerLayer osc:1/9/0/C2 enabled lowerLayer osc:1/9/0/L1 enabled lowerLayer
- Create a virtual
management interface.
bti7800(config)# interface mgt:1 type virtual
bti7800(config-interface-mgt:1)#
- Associate the
virtual management interface to an OSC interface.
The OSC interfaces to associate are typically the OSC line interfaces that lead to other BTI7800s that you want to manage.
bti7800(config-interface-mgt:1)# l1-interface osc:1/5/0/L1
bti7800(config-interface-mgt:1)# commit Commit complete.
- Repeat step 3 and step 4 for each OSC
interface carrying management traffic.
Use a different mgt interface each time. For example:
bti7800(config)# interface mgt:2 type virtual
bti7800(config-interface-mgt:2)# l1-interface osc:1/8/0/L1 bti7800(config-interface-mgt:2)# commit Commit complete.
A maximum of 20
mgt
interfaces can be created on the system. - Specify the
static and default routes in the overlay management network.
Set up routes for each mgt interface. For example:
bti7800(config)# mgt static 10.1.1.100/32 interface mgt:1
bti7800(config-static-10.1.1.0/32/mgt:1)# exit bti7800(config)# mgt static 192.168.1.100/32 interface mgt:1 bti7800(config-static-192.168.1.0/32/mgt:1)# exit bti7800(config)# mgt static 0.0.0.0/0 interface mgt:2 bti7800(config-static-0.0.0.0/0/mgt:2)# commit Commit complete.
- Repeat step 6 until all static
and default routes are defined for all
mgt
interfaces in the system. - If the NEs in the inband network are on the same subnet,
enable proxy ARP on the gateway BTI7800. The gateway BTI7800 is
the NE that routes traffic between the management Ethernet interface
and the inband network.
For example, on the gateway NE:
bti7800(config)# system proxy-arp enable
bti7800(config-system)# commit Commit complete.
By enabling proxy ARP, the gateway NE responds to ARPs on the management Ethernet interface on behalf of the NEs in the inband management network.
- Use show commands to verify your configuration.
To show the management interface, use the show interface mgt: n command.
To show the management static routes, use the show mgt static command.
To show the management interface statistics, use the show interface virtual counters command.
If you need to change the shared management IP address, see Configuring the Shared Management IP Address and Subnet.
Configuration Example: Static Inband Management (Same Subnet)
This section contains a configuration example for setting up an inband management network where all network elements are in the same management subnet.
Figure 1 shows a 4-node optical network where the NE at 10.1.1.112 acts as the gateway between the external management network and the inband management network.

NE at 10.1.1.112:
NE-112# show running-config system
system mgmt-address 10.1.1.112/24 gateway-address 10.1.1.1 gateway-metric 0 proxy-arp enable ! NE-112# show running-config interface interface mgt:1 type virtual l1-interface osc:1/5/0/L1 ! NE-112# show running-config mgt static mgt static 10.1.1.122/32 interface mgt:1 ! mgt static 10.1.1.132/32 interface mgt:1 ! mgt static 10.1.1.142/32 interface mgt:1 !
NE at 10.1.1.122:
NE-122# show running-config system
system mgmt-address 10.1.1.122/30 ! NE-122# show running-config interface interface mgt:1 type virtual l1-interface osc:1/5/0/L1 ! interface mgt:2 type virtual l1-interface osc:1/8/0/L1 ! interface mgt:3 type virtual l1-interface osc:1/9/0/L1 ! NE-122# show running-config mgt static mgt static 0.0.0.0/0 interface mgt:1 ! mgt static 10.1.1.132/32 interface mgt:2 ! mgt static 10.1.1.142/32 interface mgt:3 !
NE at 10.1.1.132:
NE-132# show running-config system
system mgmt-address 10.1.1.132/30 ! NE-132# show running-config interface interface mgt:1 type virtual l1-interface osc:1/5/0/L1 ! NE-132# show running-config mgt static mgt static 0.0.0.0/0 interface mgt:1 !
NE at 10.1.1.142:
NE-142# show running-config system
system mgmt-address 10.1.1.142/30 ! NE-142# show running-config interface interface mgt:1 type virtual l1-interface osc:1/5/0/L1 ! NE-142# show running-config mgt static mgt static 0.0.0.0/0 interface mgt:1 !
Configuration Example: Static Inband Management (Different Subnets)
This section contains a configuration example for setting up an inband management network where all network elements are in different subnets.
Figure 2 shows a 4-node optical network where the NE at 10.1.1.112 acts as the gateway between the external management network and the inband management network.

Router:
The router must be configured with static routes to 10.1.2.122, 10.1.3.132, and 10.1.4.142.
NE at 10.1.1.112:
NE-112# show running-config system
system mgmt-address 10.1.1.112/24 gateway-address 10.1.1.1 ! NE-112# show running-config interface interface mgt:1 type virtual l1-interface osc:1/5/0/L1 ! NE-112# show running-config mgt static mgt static 10.1.2.122/32 interface mgt:1 ! mgt static 10.1.3.132/32 interface mgt:1 ! mgt static 10.1.4.142/32 interface mgt:1 !
NE at 10.1.2.122:
NE-122# show running-config system
system mgmt-address 10.1.2.122/24 ! NE-122# show running-config interface interface mgt:1 type virtual l1-interface osc:1/5/0/L1 ! interface mgt:2 type virtual l1-interface osc:1/8/0/L1 ! interface mgt:3 type virtual l1-interface osc:1/9/0/L1 ! NE-122# show running-config mgt static mgt static 0.0.0.0/0 interface mgt:1 ! mgt static 10.1.3.132/32 interface mgt:2 ! mgt static 10.1.4.142/32 interface mgt:3 !
NE at 10.1.3.132:
NE-132# show running-config system
system mgmt-address 10.1.3.132/24 ! NE-132# show running-config interface interface mgt:1 type virtual l1-interface osc:1/5/0/L1 ! NE-132# show running-config mgt static mgt static 0.0.0.0/0 interface mgt:1 !
NE at 10.1.4.142:
NE-142# show running-config system
system mgmt-address 10.1.4.142/24 ! NE-142# show running-config interface interface mgt:1 type virtual l1-interface osc:1/5/0/L1 ! NE-142# show running-config mgt static mgt static 0.0.0.0/0 interface mgt:1 !