Cisco Nexus 5600 Series Reference page 15

Nx-os multicast routing command reference
Hide thumbs Also See for Nexus 5600 Series:
Table of Contents

Advertisement

Chapter
I Commands
switch(config-if)# no switchport
switch(config-if)# ip address 10.1.1.1/24
switch(config-if)#
This example shows how to configure a Layer 3 subinterface for Ethernet interface 1/5 in the global
configuration mode:
switch(config)# interface ethernet 1/5.2
switch(config-if)# no switchport
switch(config-subif)# ip address 10.1.1.1/24
switch(config-subif)#
This example shows how to configure a Layer 3 subinterface in interface configuration mode:
switch(config)# interface ethernet 1/5
switch(config-if)# no switchport
switch(config-if)# interface ethernet 1/5.1
switch(config-subif)# ip address 10.1.1.1/24
switch(config-subif)#
This example shows how to convert a Layer 3 interface to a Layer 2 interface:
switch(config)# interface ethernet 1/5
switch(config-if)# no switchport
switch(config-if)# ip address 10.1.1.1/24
switch(config-if)# switchport
switch(config-if)#
Related Commands
Command
bandwidth
delay
encapsulation
ip address
inherit
interface vethernet
no switchport
service-policy
show fex
show interface
ethernet
OL-31626-01
Description
Sets the bandwidth parameters for an interface.
Configures the interface throughput delay value.
Sets the encapsulation type for an interface.
Sets a primary or secondary IP address for an interface.
Assigns a port profile to an interface.
Configures a virtual Ethernet interface.
Configures an interface as a Layer 3 interface.
Configures a service policy for an interface.
Displays all configured Fabric Extender chassis connected to the switch.
Displays various parameters of an Ethernet IEEE 802.3 interface.
Cisco Nexus 5600 Series NX-OS Multicast Routing Command Reference
interface ethernet (Layer 3)
11

Advertisement

Table of Contents
loading

Table of Contents