Anda di halaman 1dari 2

EIGRP router eigrp 1 network 192.168.1.

0 no auto-summary Manually summarize with EIGRP (Have R1 advertise one supernet for loopbacks 48 and 49 to R2.) interface serial 0/0/0 ip summary-address eigrp 1 192.168.48.0 255.255.254.0 192.168.1.96 255.255.255.224 Hello Interval ip hello-interval eigrp 1 seconds Authentication key chain EIGRP-KEYS key 1 key-string cisco interface serial 0/0/0 ip authentication key-chain eigrp 1 EIGRP-KEYS ip authentication mode eigrp 1 md5 Configuring Bandwidth interface serial 0/0/1 bandwidth 128 Configure non-broadcast EIGRP mode. router eigrp 1 neighbor 172.16.124.2 serial 0/0/1 neighbor 172.16.124.3 serial 0/0/1 Split horizon is enabled (the default)

Configure OSPF network type NBMA router ospf 1 network 10.1.123.0 0.0.0.255 area 0 IP ADDRESS OF THE FR CLOUD network 10.1.1.0 0.0.0.255 area 0 exit HQ(config)# interface loopback 1 ip ospf network point-to-point Changing Priority value for DR election interface serial 0/0/1 ip ospf priority 0 Point-to-multipoint. interface serial 0/0/1 ip ospf network point-to-multipoint frame-relay map ip 10.1.123.2 102 broadcast frame-relay map ip 10.1.123.3 103 broadcast Point-to-point

interface loopback 100 ip ospf network point-to-point


OSPF timers interface FastEthernet 0/0 ip ospf hello-interval 5 ip ospf dead-interval 15 Redistribution between OSPF and EIGRP (on router with both) router ospf 1 redistribute eigrp 1 subnets exit bandwidth of 10000, delay of 100, reliability of 255/255, load of 1/255, and a MTU of 1500 router eigrp 1 redistribute ospf 1 metric 10000 100 255 1 1500 default-metric 10000 100 255 1 1500 redistribute ospf 1 Filter redistribution with route maps. (on router with both) access-list 1 permit 192.168.25.0 access-list 1 permit 192.168.30.0 route-map SELECTED-DENY deny 10 match ip address 1 route-map SELECTED-DENY permit 20 router eigrp 1 redistribute ospf 1 route-map SELECTED-DENY metric 64 100 255 1 1500

interface serial 0/0/1 no ip split-horizon eigrp 1


Originate a default route into EIGRP ip default-network 192.168.100.0 ip forward-protocol nd OSPF router ospf 1 network 10.1.1.0 0.0.0.7 area 0 Configure a stub area. router ospf 1 area 23 stub Configure a not-so-stubby area. router ospf 1 area 23 nssa

OR R2(config-router)# area 23 nssa no-summary


Authentication interface serial 0/0/0 ip ospf authentication message-digest ip ospf message-digest-key 1 md5 cisco Summarize an area. router ospf 1 area 100 range 192.168.100.0 255.255.252.0 Generate a default route into OSPF.

OR R2(config-router)# redistribute ospf 1 route-map SELECTED-DENY

OSPF distances
router ospf 1 distance ospf intra-area 105 inter-area 115 external 175 Modify distance router ospf 1 distance 85 192.168.100.0 0.0.3.255

router ospf 1 default-information originate always


Summarization

router ospf 1 summary-address 192.168.48.0 255.255.252.0

Frame-Relay interface Serial0/0/0 description FR to HQ no ip address encapsulation frame-relay ietf clock rate 128000 frame-relay lmi-type cisco frame-relay intf-type dce frame-relay route 102 interface Serial0/0/1 201 frame-relay route 103 interface Serial0/1/0 301 no shutdown HQ# conf t interface serial 0/0/1 ip address 172.16.124.1 255.255.255.248 encapsulation frame-relay ietf no frame-relay inverse-arp frame-relay map ip 172.16.124.2 102 broadcast frame-relay map ip 172.16.124.3 103 broadcast no shutdown Configure the local mappings. interface serial 0/0/ frame-relay map ip 172.16.124.1 102 Create a virtual link (for the 2 int you want to link) router ospf 1 area 23 virtual-link 192.168.103.1 router ospf 1 area 23 virtual-link 10.1.2.1

R1# tclsh foreach address { } { ping $address }

Anda mungkin juga menyukai