Reference Guide

Table Of Contents
Address is 14:18:77:20:8d:fc, Current address is 14:18:77:20:8d:fc
Pluggable media present, QSFP-PLUS type is QSFPPLUS_4X16_16GBASE_FC_SW
Wavelength is 850
Receive power reading is 0.0
FC MTU 2188 bytes
LineSpeed 8G
Port type is F, Max BB credit is 1
WWN is 20:78:14:18:77:20:8d:cf
Last clearing of "show interface" counters: 00:02:32
Input statistics:
33 frames, 3508 bytes
0 class 2 good frames, 33 class 3 good frames
0 frame too long, 0 frame truncated, 0 CRC
1 link fail, 0 sync loss
0 primitive seq err, 0 LIP count
0 BB credit 0, 0 BB credit 0 packet drops
Output statistics:
33 frames, 2344 bytes
0 class 2 frames, 33 class 3 frames
0 BB credit 0, 0 oversize frames
6356027325 total errors
Rate Info:
Input 116 bytes/sec, 1 frames/sec, 0% of line rate
Output 78 bytes/sec, 1 frames/sec, 0% of line rate
Time since last interface status change: 00:00:24
Management interface
The Management interface provides 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, and proxy ARP is not supported on this interface.
1 Congure the Management interface in CONFIGURATION mode.
interface mgmt 1/1/1
2 Congure an IP address and mask on the Management interface in INTERFACE mode.
ip address A.B.C.D/prefix-length
3 (Optional) Congure DHCP client operations in INTERFACE mode. By default, DHCP client is enabled on the Management interface.
dhcp
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)# ip address 10.1.1.10/24
OS10(conf-if-ma-1/1/1)# dhcp
OS10(conf-if-ma-1/1/1)# no shutdown
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. You cannot assign an IP address to VLAN1 (default).
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 — you can congure up to eight secondary IP addresses.
ip address ip-address/mask [secondary]
Interfaces
75