| Author |
difficult configuration
|
|
| cnet_designer 2003-05-05, 5:48 pm |
| can someone explain this in details pls...
Router IGRP 100
Network 197.135.20.0
Network 197.135.24.0
Network 197.135.27.0
Redistribute rip
Default-metric 10 100 255 1 1500
Distance 140 0.0.0.0 255.255.255.255 9
Access-list 9 permit 197.135.20.0
Access-list 9 permit 197.135.24.0
Access-list 9 permit 197.135.27.0 | |
| Riverwind6 2003-05-05, 6:28 pm |
| quote: Originally posted by cnet_designer
can someone explain this in details pls...
Router IGRP 100
Network 197.135.20.0
Network 197.135.24.0
Network 197.135.27.0
Redistribute rip
Default-metric 10 100 255 1 1500
Distance 140 0.0.0.0 255.255.255.255 9
Access-list 9 permit 197.135.20.0
Access-list 9 permit 197.135.24.0
Access-list 9 permit 197.135.27.0
"router igrp 100" activates the igrp process
the "network" commands tell the igrp process to advertise and participate in these networks.
"redistribute rip" means to redistribute rip routes in igrp
the "default-metric" line is to give a default metric to those redistributed rip routes
The "distance" line is to give a different administrative distance to igrp routes that correspond to access-list 9
The access-list statements specify which routes to change the administrative distance for.
I think that's about it.. | |
|
| I thought the access lists where lists made in this case to allow thoses networks listed either in or out, depending on how they were applied to an interface, I would assume in. | |
|
| Hey Dude (always wanted to say that!)
The key line is this -
Distance 140 0.0.0.0 255.255.255.255 9
This line is basically saying set the distance to 140 for ALL neighbors if the route matches ACL 9.
http://makeashorterlink.com/?A1A431674
I think you are getting mistaken with distribute-lists. | |
| SureshHomepage 2003-05-09, 8:20 pm |
| thanks Mat!
I was thinking....something the guys have missed in the earlier replies!
You are right you manipulate the AD to 140 for all the routes that are indicated by access-list 9 which heard from routers of all networks(in otherwords, all neighbours).
Thanks for the 'makeshortlink', its nice I liked it! high novelty! |
|
|
|