Users Guide

Table Of Contents
show interface phy-eth interface transceiver | grep "Tunable wavelength"
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 congure the Management interface, but
the conguration options on this interface are limited. You cannot congure gateway addresses and IP addresses if it appears in the main
routing table. Proxy ARP is not supported on this interface.
1 Congure 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 Congure 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
Congure 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 congure 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.
When using VLANs in a routing protocol, you must congure the no shutdown command to enable the VLAN for routing trac. In
VLANs, the
shutdown command prevents L3 trac from passing through the interface. L2 trac is unaected by this command.
Congure an IP address in A.B.C.D/x format on the interface in INTERFACE mode. The secondary IP address is the interface’s backup
IP address.
ip address ip-address/mask [secondary]
216
Interfaces