Configuring Logical Layer 3 Vlan Interfaces - Cisco Catalyst 4500 series Administration Manual

Hide thumbs Also See for Catalyst 4500 series:
Table of Contents

Advertisement

Configuring Logical Layer 3 VLAN Interfaces

Configuring Logical Layer 3 VLAN Interfaces
Before you can configure logical Layer 3 VLAN interfaces, you must create and configure the VLANs
Note
on the switch, assign VLAN membership to the Layer 2 interfaces, enable IP routing if IP routing is
disabled, and specify an IP routing protocol.
To configure logical Layer 3 VLAN interfaces, perform this task:
Command
Step 1
Switch(config)# vlan vlan_ID
Step 2
Switch(config)# interface vlan vlan_ID
Step 3
Switch(config-if)# ip address ip_address subnet_mask
Step 4
Switch(config-if)# no shutdown
Step 5
Switch(config-if)# end
Step 6
Switch# copy running-config startup-config
Step 7
Switch# show interfaces [type slot/interface]
Switch# show ip interfaces [type slot/interface]
Switch# show running-config interfaces [type
slot/interface]
Switch# show running-config interfaces vlan vlan_ID
This example shows how to configure the logical Layer 3 VLAN interface VLAN 2 and assign an IP
address:
Switch> enable
Switch# config term
Enter configuration commands, one per line.
Switch(config)# vlan 2
Switch(config)# interface vlan 2
Switch(config-if)# ip address 10.1.1.1 255.255.255.248
Switch(config-if)# no shutdown
Switch(config-if)# end
This example shows how to use the show interfaces command to display the interface IP address
configuration and status of Layer 3 VLAN interface VLAN 2:
Switch# show interfaces vlan 2
Vlan2 is up, line protocol is down
Hardware is Ethernet SVI, address is 00D.588F.B604 (bia 00D.588F.B604)
Internet address is 172.20.52.106/29
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
Encapsulation ARPA, loopback not set
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
Software Configuration Guide—Release IOS XE 3.6.0E and IOS 15.2(2)E
34-6
reliability 255/255, txload 1/255, rxload 1/255
Chapter 34
Purpose
Creates the VLAN.
Selects an interface to configure.
Configures the IP address and IP subnet.
Enables the interface.
Exits configuration mode.
Saves your configuration changes to NVRAM.
Verifies the configuration.
End with CNTL/Z.
Configuring Layer 3 Interfaces
OL_28731-01

Advertisement

Table of Contents
loading

Table of Contents