Running Configs for routers  

Tuesday, October 28, 2008

as#show run
Building configuration...

Current configuration : 1149 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname as
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
ip host r1 2001 1.0.0.2
ip host r2 2002 1.0.0.2
ip host r3 2003 1.0.0.2
ip host r4 2004 1.0.0.2
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 1.0.0.1 255.255.255.0
duplex auto
speed auto
!

ip http server
!
ip route 0.0.0.0 0.0.0.0 1.0.0.2
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

as#

***********************************************************************************


r1#show run
Building configuration...

Current configuration : 1533 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname r1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
!
!
!
!
!
!
!
interface Loopback1
ip address 10.1.1.1 255.255.255.0
ip ospf network point-to-point
!
interface FastEthernet0/0
ip address 10.1.200.1 255.255.255.0
ip ospf cost 50
ip ospf priority 100
duplex auto
speed auto
!

!
interface Serial2/0
ip address 10.1.100.1 255.255.255.0
serial restart-delay 0
!

!
router ospf 1
log-adjacency-changes
network 10.1.1.1 0.0.0.0 area 0
network 10.1.100.1 0.0.0.0 area 0
network 10.1.200.1 0.0.0.0 area 0
!
ip http server
!
!
!
!
control-plane
!
alias exec siib show ip int brief
alias exec sir show ip route
alias exec sio show ip ospf
alias exec siod show ip ospf data
alias exec sioi show ip ospf int
alias exec sr show run
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
login
!
!
end

r1#

Design by Blogger Buster | Distributed by Blogging Tips