cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
348
Views
5
Helpful
6
Replies

How to config router to handle two eigrp AS without vrf

Ibrahim Jamil
Level 6
Level 6

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

6 Replies 6

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

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

Hello

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

thanks paul

n.bokhar1
Level 1
Level 1

short answer yes you can

the reason we have named eigrp mode to run everything eigrp in one instance 

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
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco