|
|
| Acibrix 2002-06-21, 11:42 pm |
| Is their a way to change the Autonomous System # for different segments of a network? | |
| Imran4sin 2002-06-22, 4:02 am |
| Sup,
Im not so sure ..havent had much experience ...
but try..
Router(config)#router igrp 100
Router(config)#network 123.0.0.1
Router(config)#exit
Router(config)#router igrp 200
Router(config)#network 123.0.0.2
so yea... give it a try... i dont have a router ....so cant check it...
hope that helps...
aiigth ,
l8r, | |
| Acibrix 2002-06-22, 12:39 pm |
| That's it...i thought their was a first level of assignment . Like an IP address!
Thanks for the reply! | |
|
| it should be
router igrp 200
network 123.0.0.0
because network 123.0.0.0 is a class A address | |
| Imran4sin 2002-06-22, 7:06 pm |
| quote: ms:because network 123.0.0.0 is a class A address
Sup,
darn... thats what i ment.. 
aiight,
l8r, | |
| davidbeecken 2002-06-22, 7:44 pm |
| I have yet to try this in my lab. Basicly, the whole point of AS's are to seperate traffic updates. I would recomend trying the redistrabute command. in router igrp. I will attempt this a little later and get back to you. | |
| Acibrix 2002-06-23, 11:04 am |
| Ok, good stuff! | |
| cahillrobert 2002-06-23, 12:58 pm |
| Hopefully this is soley for a lab exercise????
router igrp 100
network 132.0.0.0
router igrp 200
network 133.0.0.0 not 132
otherwise BOTH 132 address are using the SAME network.
after a show run you will see the following:
router igrp 100
network 132.0.0.0
router igrp 200
network 132.0.0.0
SAME network
Reminder IGRP is a classful protocol it will take the entire address, no subnetting.
Additionally you need to redistribute between IGRP areas. Same for RIP V1 and V2.
Basically you are setting up an AREA Border Router (ABR) the networks that are seen on IGRP 100 and IGRP 200 may or may not talk with each other. You add redistribution to allow or disallow networks to cross the ABR.
Take a look at
"sho ip route"
"sho ip route igrp" and the optional commands for the "...route igrp" for additional information.
Additional "debug ip igrp ?" command for the same information will show you the events and / or messages the routers are sending.
Please don't do debug commands on a production router that is heavily utilized. The CPU could spend more time debugging then processing. Remember to issue a "u all" to turn off debug when finished with testing.
Hopefully this will assist. |
|
|
|