IBM L2/3 Switch User Manual


 
Chapter 7. Nortel Networks L2/3 GbESM configuration and network integration 129
Example 7-30 Additional VLANs and Subnets - Core switches
! Configuration for Core 1 (address .245)
! first of all turn layer 3 functions on
ip routing
!
! explicitly create new VLAN & remove unused - this does not appear in sh run
vlan 45
no vlan 46
!
interface range Po1, g0/1-2
switchport access vlan 35
switchport mode access
interface range Po2, g0/11-12
switchport access vlan 45
switchport mode access
interface vlan 35
ip address 10.35.0.245 255.255.255.0
interface vlan 45
ip address 10.45.0.245 255.255.255.0
! Configuration for Core 2 (address .246)
ip routing
!
! explicitly create new VLAN & remove unused - this does not appear in sh run
vlan 36
no vlan 35
!
interface range Po1, g0/1-2
switchport access vlan 46
switchport mode access
interface range Po2, g0/11-12
switchport access vlan 36
switchport mode access
interface vlan 36
ip address 10.36.0.246 255.255.255.0
interface vlan 46
ip address 10.46.0.246