How to config router to handle two eigrp AS without vrf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2018 10:18 PM - edited 03-05-2019 09:44 AM
Hello Freinds
can i config router to handle two eigrp AS without vrf like below
router eigrp TEST
address-family ipv4 unicast autonomus-system 10
network 10.10.10.0 0.0.0.255
address-family ipv4 unicast autonomus-system 20
network 20.20.20.0 0.0.0.255
Thanks
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2018 12:54 AM
Hello
@Ibrahim Jamil wrote:
Hello Freinds
can i config router to handle two eigrp AS without vrf like below
router eigrp TEST
address-family ipv4 unicast autonomus-system 10
network 10.10.10.0 0.0.0.255
address-family ipv4 unicast autonomus-system 20
network 20.20.20.0 0.0.0.255
Thanks
My understanding is you will require two different named eigrp named stanza's
router eigrp TEST1
address-family ipv4 unicast autonomus-system 10
topology base
exit-af-topology
router eigrp TEST2
address-family ipv4 unicast autonomus-system 20
topology base
exit-af-topology
res
Paul
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2018 04:13 AM - edited 01-10-2018 04:14 AM
Hello Paul
thanks for reply
is it possible like below: aka in 1 named AS but with diffrent ASs
router eigrp TEST
address-family ipv4 unicast autonomus-system 10
network 10.10.10.0 0.0.0.255
address-family ipv4 unicast autonomus-system 20
network 20.20.20.0 0.0.0.255
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2018 04:21 AM
No it isn’t
Res
Paul
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2018 04:24 AM
thanks paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2018 05:32 AM
short answer yes you can
the reason we have named eigrp mode to run everything eigrp in one instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2018 06:16 AM - edited 01-10-2018 06:20 AM
Hello
@n.bokhar1 wrote:
short answer yes you can
the reason we have named eigrp mode to run everything eigrp in one instance
If you the mean everything like ivp4/6 unicast/multcast in the same address family and ASN then that's as I understand it but you cannot have same address family in deferring ASN without VRF
Example:
you can have:
address-family ipv4 unicast autonomous-system 100
address-family ipv6 unicast autonomous-system 200
address-family ipv4 unicast vrf STAN autonomous-system 200
but not..
address-family ipv4 unicast autonomous-system 100
address-family ipv4 unicast autonomous-system 200
res
Paul
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
