Vous êtes sur la page 1sur 2

Section 20 Lab 3 (Router 5)

Current configuration : 2819 bytes


!
version 12.1
service timestamps debug datetime
service timestamps log datetime
no service password-encryption
!
hostname R5
!
enable password ipexpert
!
username r2 password 0 isdn
!
!
!
!
clock timezone CST -1
ip subnet-zero
no ip finger
no ip domain-lookup
!
isdn switch-type basic-ni
!
!
!
interface Loopback0
ip address 10.10.10.5 255.255.255.255
!
interface Ethernet0
ip address 216.30.100.5 255.255.255.0
ip ospf hello-interval 15
ip ospf priority 5
!
interface Serial0
no ip address
encapsulation frame-relay
no frame-relay inverse-arp
frame-relay lmi-type cisco
!
interface Serial0.504 point-to-point
ip address 216.30.1.5 255.255.255.224
frame-relay interface-dlci 504
!
interface Serial1
no ip address
shutdown
!
interface BRI0
ip address 216.30.25.5 255.255.255.0
encapsulation ppp
dialer map ip 216.30.25.2 name R2 broadcast 8358661
dialer-group 1
isdn switch-type basic-ni
isdn spid1 0835866201 8358662
isdn spid2 0835866401 8358664
ppp callback accept
ppp authentication pap
ppp pap sent-username R5 password 7 11000A0119
!
router ospf 1
log-adjacency-changes
timers spf 30 60
redistribute connected subnets
redistribute igrp 20 metric 64 subnets
network 216.30.100.0 0.0.0.255 area 0
!
router rip
version 2
redistribute connected metric 2
redistribute ospf 1 metric 2
redistribute igrp 20 metric 2
network 216.30.25.0
no auto-summary
!
router igrp 20
redistribute ospf 1 metric 1500 10 255 1 1500
network 216.30.1.0
distribute-list 1 in Serial0.504
!
router bgp 620
no synchronization
bgp log-neighbor-changes
bgp confederation identifier 600
aggregate-address 172.16.0.0 255.255.0.0 suppress-map suppmap
neighbor 10.10.10.7 remote-as 500
neighbor 10.10.10.7 ebgp-multihop 255
neighbor 10.10.10.7 update-source Loopback0
neighbor 216.30.1.4 remote-as 620
neighbor 216.30.1.4 next-hop-self
neighbor 216.30.1.4 filter-list 8 out
!
ip classless
ip http server
ip as-path access-list 8 deny ^$
!
access-list 1 deny 216.30.78.0 0.0.0.255
access-list 1 deny 216.30.8.0 0.0.0.255
access-list 1 permit any
access-list 5 deny 172.16.4.0 0.0.0.255
access-list 5 permit any
access-list 8 permit any
access-list 100 permit tcp any any eq bgp
access-list 101 deny ip any host 224.0.0.9
access-list 101 permit ip any any
dialer-list 1 protocol ip list 101
route-map suppmap permit 10
match ip address 5
!
!
!
line con 0
exec-timeout 0 0
password ipexpert
logging synchronous
login
transport input none
line aux 0
exec-timeout 0 0
password ipexpert
logging synchronous
login
line vty 0 4
exec-timeout 0 0
password ipexpert
logging synchronous
login
!
ntp authentication-key 1 md5 1447445B2D540F797779166401 7
ntp authenticate
ntp trusted-key 1
ntp clock-period 17179857
ntp server 216.30.1.4 key 1
end

Vous aimerez peut-être aussi