140 Nortel Networks L2/3 Ethernet Switch Module for IBM Eserver BladeCenter
trans 5
retra 5
/c/l3/ospf/if 36
/* use if 46 instead of 36 for GbESM 2
ena
aindex 1
prio 1
cost 1
hello 10
dead 40
trans 5
retra 5
script end /**** DO NOT EDIT THIS LINE!
Example 7-41 Layer 3 Core switch configuration with dynamic routing
Core1#sh run
! note that VLANs must be created with the Vlan <x> command in “config t” mode
! these statements are not displayed by the “sh run” command
Building configuration...
Current configuration : 2935 bytes
!
version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Core1
!
enable password cisco
!
no aaa new-model
ip subnet-zero
ip routing
no ip domain-lookup
!
no file verify auto
!
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
no spanning-tree vlan 1-4094
!
vlan internal allocation policy ascending
!
!
interface Port-channel1
switchport access vlan 35
! -- vlan 36 on core 2
switchport trunk encapsulation dot1q
switchport mode access
switchport nonegotiate
!
interface Port-channel2