Connectivity Guide

Table Of Contents
1. Remove a port from L2 switching in INTERFACE mode.
no switchport
2. Configure L3 routing in INTERFACE mode. Add secondary to configure backup IP addresses.
ip address address [secondary]
3. Enable the interface for L3 traffic transmission in INTERFACE mode.
no shutdown
L3 interface configuration
OS10(config)# interface ethernet 1/1/9
OS10(conf-if-eth1/1/9)# no switchport
OS10(conf-if-eth1/1/9)# ip address 10.10.1.92/24
OS10(conf-if-eth1/1/9)# no shutdown
View L3 configuration error
OS10(config)# interface ethernet 1/1/1
OS10(conf-if-eth1/1/1)# ip address 1.1.1.1/24
% Error: remove Layer 2 configuration before assigning an IP
Fibre Channel interfaces
OS10 unified port groups support FC interfaces. A unified port group operates in Fibre Channel or Ethernet mode. To activate
FC interfaces, configure a port group to operate in Fibre Channel mode and specify the port speed. By default, FC interfaces are
disabled.
S4148U-ON
On a S4148U-ON switch, FC interfaces are available in all port groups. The activated FC interfaces depend on the currently
configured port profile. For more information, see S4148U-ON port profiles.
Figure 5. S4148U-ON unified port groups
1. Configure a unified port group in CONFIGURATION mode. Enter 1/1 for node/slot. The port-group range depends on the
switch.
port-group node/slot/port-group
2. Activate the unified port group for FC operation in PORT-GROUP mode. The available FC modes depend on the switch.
mode fc {32g-4x | 32g-2x | 32g-1x | 16g-4x | 16g-2x | 8g-4x}
8g-4x Split a unified port group into four 8 GFC interfaces.
16g-2x Split a unified port group into two 16 GFC interfaces.
16g-4x Split a unified port group into four 16 GFC interfaces.
32g-1x Split a unified port group into one 32 GFC interface. A 1x-32G interface has a rate limit of 28G.
32g-2x Split a unified port group into two 32 GFC interfaces.
Interfaces
143