cancel
Showing results for 
Search instead for 
Did you mean: 

Removing OSPF routerid on VR-Default

Removing OSPF routerid on VR-Default

galimuna
New Contributor

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

1 ACCEPTED SOLUTION

Miguel-Angel_RO
Valued Contributor II

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

View solution in original post

8 REPLIES 8

Miguel-Angel_RO
Valued Contributor II

Galimuna,

Please mark the post as solved with the best answer option to close it.

Thanks

Mig

galimuna
New Contributor

Hi Miguel-Angel,

yes, it worked! thanks alot.

 

Best Regards

Miguel-Angel_RO
Valued Contributor II

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

Stefan_K_
Valued Contributor

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

 

GTM-P2G8KFN