InterfaceOperMode¶
-
class
InterfaceOperMode¶ InterfaceOperMode (Enum Class)
Represents the operational mode of an interface
auto (1) - Mode is determined by port initialization
scheme.fPort (2) - Fibre channel fabric port.
flPort (3) - Fibre channel arbitrated loop port.
ePort (4) - Fabric Expansion port.
bPort (5) - Bridging port.
fxPort (6) - This port can only be f_port or fl_port.
sdPort (7) - SPAN destination port. SD_ports transmit
traffic copied from one or more source
ports for monitoring purposes.
tlPort (8) - Translation loop port.
nPort (9) - Fibre channel N port.
nlPort (10) - Fibre channel NL port.
nxPort (11) - This port can only be n_port or nl_port.
– read only port types.
tePort (12) - Trunking e_port.
Note: A port which is administratively set
to ‘ePort’, will operationally have type
‘tePort’ if fcIfOperTrunkMode has the value
‘trunk’.
fvPort (13) - Virtual Port.
portOperDown (14) - port operationally down
If a port is operationally down, the
port mode is unknown. In such cases
the operational port mode is shown
as ‘portOperDown’.
stPort (15) - SPAN Tunnel destination port.
mgmtPort(16) - Mgmt Port.
ipsPort(17) - Ethernet Port.
evPort(18) - FCIP tunnels on Ethernet ports.
npPort (19) - N Proxy port mode applicable only
to N-port Virtualizer (NPV).tfPort (20) - Trunking fibre channel fabric port.
tnpPort (21) - Trunking N Proxy port mode applicable only
to N-port Virtualizer (NPV).-
auto_ = 1
-
fPort = 2
-
flPort = 3
-
ePort = 4
-
bPort = 5
-
fxPort = 6
-
sdPort = 7
-
tlPort = 8
-
nPort = 9
-
nlPort = 10
-
nxPort = 11
-
tePort = 12
-
fvPort = 13
-
portOperDown = 14
-
stPort = 15
-
mgmtPort = 16
-
ipsPort = 17
-
evPort = 18
-
npPort = 19
-
tfPort = 20
-
tnpPort = 21
-