Reference Guide

Table Of Contents
Configure Management IP address
To remotely access OS10, assign an IP address to the management port. The management interface is used for OOB
management purposes.
1. Configure the management interface from CONFIGURATION mode.
interface mgmt 1/1/1
2. By default, DHCP client is enabled on the Management interface. Disable the DHCP client operations in INTERFACE mode.
no ip address dhcp
3. Configure an IPv4 or IPv6 address on the Management interface in INTERFACE mode.
ip address A.B.C.D/mask
ipv6 address A:B/prefix-length
4. Enable the Management interface in INTERFACE mode.
no shutdown
Configure Management interface
OS10(config)# interface mgmt 1/1/1
OS10(conf-if-ma-1/1/1)# no ip address dhcp
OS10(conf-if-ma-1/1/1)# ip address 10.1.1.10/24
OS10(conf-if-ma-1/1/1)# no shutdown
Management Route Configuration
To set up remote access to OS10, configure a management route after you assign an IPv4 or IPv6 address to the Management
port. The default management route is the path used by a Management port to communicate with a different network.
Management routes are separate from IPv4 and IPv6 routes and are only used to manage the system through the Management
port.
management route 192.168.100.0/24 1.1.1.1
ip route 192.168.200.0/24 2.2.2.2
management route 192.168.300.0/24 managementethernet
ip route 192.168.400.0/24 interface ethernet 1/1/1
Before configuring the static IPv4 address for management interface port, remove the dynamic DHCP setting using the no ip
address dhcp command.
Configure a management route to the network from which you access the system in CONFIGURATION mode. Repeat the
command to configure multiple routes for the Management interface.
management route {ipv4-address/mask | ipv6-address/prefix-length}
{forwarding-router-address | managementethernet}
ipv4-address/mask Enter an IPv4 network address in dotted-decimal format (A.B.C.D), then a subnet mask in /
prefix-length format (/x).
ipv6-address/prefix-length Enter an IPv6 address in x:x:x:x::x format with the prefix length in /x format (prefix
range is /0 to /128).
forwarding-router-address Enter the next-hop IPv4/IPv6 address of a forwarding router for network traffic from
the Management port.
managementethernet Configures the Management port as the interface for the route, and forces the route to be
associated with the Management interface.
32
Getting Started