EIGRP Route Filtering

download EIGRP Route Filtering

If you can't read please download the document

description

CISCO EIGRP ROUTE FILTERING COMMANDS

Transcript of EIGRP Route Filtering

R1:conf t

int loop 7

ip address 10.7.0.1 255.255.255.0exit

int loop 8

ip address 10.8.0.1 255.255.255.0exit

int fa 0/1ip address 10.12.0.1 255.255.255.0no shutdownexit

router eigrp 6783network 10.0.0.0end

show ip eigrp interface

R2:

conf t

int fa 0/1ip add 10.12.0.2 255.255.255.0no shutdownexit

router eigrp 6783network 10.0.0.0end

show ip route eigrp

R1:

conf t

access-list 1 permit 10.8.0.0 0.0.0.255

router eigrp 6783distribute-list 1 out fa0/1end

show ip protocols

R2:

show ip route eigrp