Back Forum Reply New

ccie lab

CCIE-LAB (N5) R1 configuration
r1#
r1#show run
Building configuration...
Current configuration : 1473 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname r1
!
boot-start-marker
boot-end-marker
!
!
memory-size iomem 5
no aaa new-model
ip subnet-zero
!
!
ip cef
!
!
no ip domain lookup
no ftp-server write-enable
!
!
!
!
interface Loopback0
ip address 11.11.1.1 255.255.255.255
!
interface Serial0/0
no ip address
encapsulation frame-relay
serial restart-delay 0
no arp frame-relay
no frame-relay inverse-arp
!
interface Serial0/0.1 point-to-point
ip address 11.11.8.18 255.255.255.252
no arp frame-relay
frame-relay interface-dlci 106  
!
interface Serial0/1
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial0/3
no ip address
shutdown
serial restart-delay 0
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet2/0
ip address 11.11.11.1 255.255.255.0
duplex auto
speed auto
!
router ospf 11
router-id 1.1.1.1
log-adjacency-changes
area 11 virtual-link 11.11.3.3
network 11.11.1.1 0.0.0.0 area 11
network 11.11.8.18 0.0.0.0 area 11
network 11.11.11.1 0.0.0.0 area 11
network 11.11.15.1 0.0.0.0 area 10
!
ip http server
ip classless
!
!
!
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
logging synchronous
transport preferred all
transport output all
line aux 0
transport preferred all
transport output all
line vty 0 4
!
end
r1#


r1#
r1#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
O E2 199.172.11.0/24 [110/20] via 11.11.11.8, 00:03:06, FastEthernet2/0
O E2 199.172.10.0/24 [110/20] via 11.11.11.8, 00:03:06, FastEthernet2/0
O E2 199.172.9.0/24 [110/20] via 11.11.11.8, 00:03:06, FastEthernet2/0
O E2 199.172.8.0/24 [110/20] via 11.11.11.8, 00:03:06, FastEthernet2/0
O E2 199.172.3.0/24 [110/20] via 11.11.11.8, 00:03:06, FastEthernet2/0
O E2 199.172.2.0/24 [110/20] via 11.11.11.8, 00:03:06, FastEthernet2/0
O E2 199.172.1.0/24 [110/20] via 11.11.11.8, 00:03:06, FastEthernet2/0
     11.0.0.0/8 is variably subnetted, 18 subnets, 5 masks
O       11.11.10.10/32 [110/3] via 11.11.11.8, 00:53:33, FastEthernet2/0
O       11.11.9.9/32 [110/4] via 11.11.11.8, 00:53:33, FastEthernet2/0
O       11.11.8.8/32 [110/2] via 11.11.11.8, 00:53:33, FastEthernet2/0
O IA    11.11.7.7/32 [110/68] via 11.11.11.8, 00:53:33, FastEthernet2/0
O       11.11.6.6/32 [110/4] via 11.11.11.8, 00:53:33, FastEthernet2/0
O IA    11.11.5.5/32 [110/67] via 11.11.11.8, 00:53:34, FastEthernet2/0
O IA    11.11.4.4/32 [110/67] via 11.11.11.8, 00:53:34, FastEthernet2/0
O IA    11.11.3.3/32 [110/3] via 11.11.11.8, 00:53:34, FastEthernet2/0
O IA    11.11.2.2/32 [110/67] via 11.11.11.8, 00:53:34, FastEthernet2/0
C       11.11.1.1/32 is directly connected, Loopback0
O IA    11.11.0.0/20 [110/67] via 11.11.11.8, 00:53:34, FastEthernet2/0
O IA    11.11.12.8/29 [110/66] via 11.11.11.8, 00:53:34, FastEthernet2/0
O       11.11.10.0/24 [110/2] via 11.11.11.8, 00:53:34, FastEthernet2/0
C       11.11.11.0/24 is directly connected, FastEthernet2/0
O IA    11.11.16.0/24 [110/66] via 11.11.11.8, 00:53:34, FastEthernet2/0
O       11.11.17.0/24 [110/3] via 11.11.11.8, 00:53:34, FastEthernet2/0
O       11.11.18.0/24 [110/2] via 11.11.11.8, 00:53:34, FastEthernet2/0
C       11.11.8.16/30 is directly connected, Serial0/0.1
     150.1.0.0/24 is subnetted, 1 subnets
O E2    150.1.11.0 [110/20] via 11.11.11.8, 00:03:07, FastEthernet2/0
r1#
Back Forum