Specifications
Configuring Routing Between VLANs
How to Configure Routing Between VLANS
38
DETAILED STEPS
Configuring a VLAN for a Bridge Group with Default VLAN1
Use the following task to configure a VLAN associated with a bridge group with a default native VLAN.
SUMMARY STEPS
1. enable
2. configure terminal
3. interface fastethernet slot/port.subinterface-number
4. encapsulation dotlq vlanid
5. bridge-group bridge-group
Command or Action Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
• Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
ipx routing [node]
Example:
Router(config)# ipx routing
Enables IPX routing globally.
Step 4
interface fastethernet
slot/port.subinterface-number
Example:
Router(config)# interface fastethernet 4/1.102
Specifies the subinterface on which IEEE 802.1Q will be
used.
Step 5
encapsulation dot1q vlanid
Example:
Router(config-if)# encapsulation dot1q 102
Defines the encapsulation format at IEEE.802.1Q (dot1q)
and specifies the VLAN identifier.
Step 6
ipx network network
Example:
Router(config-if)# ipx network 100
Specifies the IPX network number.