Im learn a few routes from my rip process, but I would like to redistribute just one of then:
PE3#show ip route rip
172.31.0.0/32 is subnetted, 1 subnets
R 172.31.1.1 [120/1] via 30.210.2.2, 00:00:18, FastEthernet1/1
R 194.14.32.0/19 [120/1] via 30.210.2.2, 00:00:18, FastEthernet1/1
So I tried to do this :
Standard IP access list 1
10 permit 194.14.0.0, wildcard bits 0.0.255.255
My ospf:
router ospf 30
log-adjacency-changes
network 10.101.33.2 0.0.0.0 area 0
network 10.101.43.2 0.0.0.0 area 0
network 30.210.2.1 0.0.0.0 area 0
network 172.25.3.3 0.0.0.0 area 0
distribute-list 1 out
I know that I could use prefix list, route map... But I am just trying to learn all ways..
Thanks a lot.
No comments:
Post a Comment