Re: Re: Re: Re: Route filtering assistance

From: Ed Lui (edwlui@gmail.com)
Date: Wed Feb 01 2006 - 04:13:58 GMT-3


That is weird. It works on mine. See my config below :

R1-A#sh run
Building configuration...

Current configuration : 1379 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1-A
!
!
interface Async1
 ip address 172.16.16.1 255.255.255.0
 encapsulation ppp
 async default routing
 async mode dedicated
 no peer neighbor-route
!
router eigrp 100
 network 0.0.0.0
 distribute-list prefix ALLOW-BELOW10 in Async1
 no auto-summary
!
!
ip prefix-list ALLOW-BELOW10 seq 5 deny 10.0.0.0/7 ge 8
ip prefix-list ALLOW-BELOW10 seq 10 permit 0.0.0.0/0 le 32
!
end

R1-A#sir
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

     172.16.0.0/24 is subnetted, 1 subnets
C 172.16.16.0 is directly connected, Async1
D 8.0.0.0/8 [90/70056192] via 172.16.16.6, 00:02:32, Async1
D 9.0.0.0/8 [90/70056192] via 172.16.16.6, 00:02:32, Async1

1-A#sh ip ei top
IP-EIGRP Topology Table for AS(100)/ID(172.16.101.1)

Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
       r - reply Status, s - sia Status

P 8.0.0.0/8, 1 successors, FD is 70056192
        via 172.16.16.6 (70056192/128256), Async1
P 9.0.0.0/8, 1 successors, FD is 70056192
        via 172.16.16.6 (70056192/128256), Async1
P 172.16.16.0/24, 1 successors, FD is 69928192
        via Connected, Async1

##############################################################################

R6-B#sh run
Building configuration...

Current configuration : 1229 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R6-B
!
!
interface Loopback8
 ip address 8.0.0.1 255.0.0.0
!
interface Loopback9
 ip address 9.0.0.1 255.0.0.0
!
interface Loopback10
 ip address 10.0.0.1 255.0.0.0
!
interface Loopback11
 ip address 11.0.0.1 255.0.0.0
!
interface Ethernet0
 ip address 1.1.1.6 255.255.255.0
 shutdown
!
!
interface Async1
 ip address 172.16.16.6 255.255.255.0
 encapsulation ppp
 async default routing
 async mode dedicated
 no peer neighbor-route
!
router eigrp 100
 network 0.0.0.0
 no auto-summary
!
!
end

R6-B#sir
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

     172.16.0.0/24 is subnetted, 1 subnets
C 172.16.16.0 is directly connected, Async1
C 8.0.0.0/8 is directly connected, Loopback8
C 9.0.0.0/8 is directly connected, Loopback9
C 10.0.0.0/8 is directly connected, Loopback10
C 11.0.0.0/8 is directly connected, Loopback11

R6-B#sh ip ei top
IP-EIGRP Topology Table for AS(100)/ID(192.168.108.1)

Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
       r - reply Status, s - sia Status

P 8.0.0.0/8, 1 successors, FD is 128256
        via Connected, Loopback8
P 9.0.0.0/8, 1 successors, FD is 128256
        via Connected, Loopback9
P 10.0.0.0/8, 1 successors, FD is 128256
        via Connected, Loopback10
P 11.0.0.0/8, 1 successors, FD is 128256
        via Connected, Loopback11
P 172.16.16.0/24, 1 successors, FD is 69928192
        via Connected, Async1

On 1/31/06, jnkmail4eva@yahoo.com <jnkmail4eva@yahoo.com> wrote:
> Yup
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html



This archive was generated by hypermail 2.1.4 : Wed Mar 01 2006 - 11:28:17 GMT-3