Enterasys Networks XSR-Series Router User Manual


 
Configuration Guide Page 43 of 55
12.1 Vlan configuration 802.1q tagged routing
XSR-1805#show running-config
!!
! Version 6.0.0.0, Built Sep 14 2003, 11:09:28
!
hostname XSR-1805
!
interface FastEthernet 1
description "UnTagged-Native-Interface"
ip address 11.11.11.1 255.255.255.0
no ip proxy-arp
no shutdown
interface FastEthernet 1.10
description "vlan 10 tagged"
vlan 10
ip address 10.10.10.1 255.255.255.0
no ip proxy-arp
no shutdown
!
interface FastEthernet 1.20
description "vlan 20 tagged"
vlan 20
ip address 20.20.20.1 255.255.255.0
no ip proxy-arp
no shutdown
!
interface FastEthernet 1.30
description "vlan 30 tagged"
vlan 30
ip address 30.30.30.1 255.255.255.0
no ip proxy-arp
no shutdown
!
end
XSR-1805#