Reference Guide

Table Of Contents
View FC interface
OS10(config)# interface fibrechannel 1/1/43:1
OS10(conf-if-fc-1/1/43:1)# show configuration
!
interface fibrechannel1/1/43:1
no shutdown
speed 32
vfabric 100
OS10# show interface fibrechannel 1/1/43:1
Fibrechannel 1/1/43:1 is up, FC link is up
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 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, and 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
80
Interfaces