10-21-2020 05:45 AM
Hi,
I have a X460-G2 Switch which has 2 VRs configured on it and by mistake I configured a routerid on the VR-Default. Now, I am trying to remove the routerid from the VR-Default and leave only the VR-Production where it should be (this is the only VR that does OSPF on the Switch) and I couldn’t find anything until now. Does anyone had a similar issue? or does anyone have an idea how I could remove the routerid?
thanks in advance
Solved! Go to Solution.
10-21-2020 08:11 PM
Galimuna, Stephan,
The default behaviour of the EXOS is to use an automatic routerid asignement, so put it back as such with configure ospf routerid automatic
Example on GNS3:
* EXOS-VM.6 # configure ospf routerid 10.174.68.90
* EXOS-VM.7 # show conf ospf
#
# Module ospf configuration.
#
configure ospf routerid 10.174.68.90
* EXOS-VM.8 # configure ospf routerid automatic
* EXOS-VM.9 # show conf ospf
#
# Module ospf configuration.
#
* EXOS-VM.10 #
Let me know,
Mig
10-22-2020 07:18 AM
Galimuna,
Please mark the post as solved with the best answer option to close it.
Thanks
Mig
10-22-2020 05:00 AM
Hi Miguel-Angel,
yes, it worked! thanks alot.
Best Regards
10-21-2020 08:11 PM
Galimuna, Stephan,
The default behaviour of the EXOS is to use an automatic routerid asignement, so put it back as such with configure ospf routerid automatic
Example on GNS3:
* EXOS-VM.6 # configure ospf routerid 10.174.68.90
* EXOS-VM.7 # show conf ospf
#
# Module ospf configuration.
#
configure ospf routerid 10.174.68.90
* EXOS-VM.8 # configure ospf routerid automatic
* EXOS-VM.9 # show conf ospf
#
# Module ospf configuration.
#
* EXOS-VM.10 #
Let me know,
Mig
10-21-2020 06:04 PM
Hi Mig,
I thought the same and just tested it. There is no unconfigure, delete or disable command to clear the router ID. Now I’m also a bit confused. 😄
Best regards
Stefan