Specifications
v
Cisco 1751 Router Software Configuration Guide
OL-1070-01
IEEE 802.1Q Encapsulation Configuration Examples
This section provides configuration examples for each of the protocols described in this feature guide.
It includes these examples:
• Configuring AppleTalk over IEEE 802.1Q Example
• Configuring IP Routing over IEEE 802.1Q Example
• Configuring IPX Routing over IEEE 802.1Q Example
Configuring AppleTalk over IEEE 802.1Q Example
This configuration example shows AppleTalk being routed on VLAN 100.
!
appletalk routing
!
interface fastethernet 0/0.100
encapsulation dot1q 100
appletalk cable-range 100-100 100.1
appletalk zone eng
!
Configuring IP Routing over IEEE 802.1Q Example
This configuration example shows IP being routed on VLAN 101.
!
ip routing
!
interface fastethernet 0/0.101
encapsulation dot1q 101
ip addr 10.0.0.11 255.0.0.0
!
Configuring IPX Routing over IEEE 802.1Q Example
This configuration example shows IPX being routed on VLAN 102.
!
ipx routing
!
interface fastethernet 0/0.102
encapsulation dot1q 102
ipx network 100
!