Users Guide

NOTE: The supported wavelength range is from 1528.38 nm to 1568.77 nm.
OS10(conf-if-eth1/1/14)# wavelength 1530.00
2. View the optical transmission values that you configured using the following command:
show interface phy-eth [interface] [transceiver]
OS10# show interface phy-eth 1/1/14 transceiver | grep "Tunable wavelength"
SFP1/1/14 Tunable wavelength= 1530.000nm
NOTE: To specify the wavelength value, you must enter exactly six digits - four before and two after the decimal point.
The value must conform to the following format: ABCD.EF; for example, 1545.23. Any number that does not conform to
this format is rejected including whole numbers such as 1568. However, the following type of values are accepted:
1568.00.
Management interface
The Management interface provides OOB management access to the network device. You can configure the Management
interface, but the configuration options on this interface are limited. You cannot configure gateway addresses and IP addresses
if it appears in the main routing table. Proxy ARP is not supported on this interface.
1. Configure the Management interface in 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 IP address and mask on the Management interface in INTERFACE mode.
ip address A.B.C.D/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 interface
For management connectivity, use the management VLAN. VLAN 4020 is the default management VLAN and is enabled by
default. The mgmt1/1/1 port is part of VLAN 4020.
You cannot configure gateway addresses, IP addresses, and proxy ARPs on the management interface.
VLAN interfaces
VLANs are logical interfaces and are, by default, in L2 mode. Physical interfaces and port-channels can be members of VLANs.
OS10 supports inter-VLAN routing. You can add IP addresses to VLANs and use them in routing protocols in the same manner
that physical interfaces are used.
366
Interfaces