cancel
Showing results for 
Search instead for 
Did you mean: 

How to delete part of an OSPF command in the Config

How to delete part of an OSPF command in the Config

Sentenced
New Contributor
I have a couple lines in my OSPF config that i cant seem to remove.

i am trying to get rid of this:

configure ospf vlan VLAN_0009 priority 0

i have tried "unconfigure" command which doesnt work.

not sure what else to use.
12 REPLIES 12

Patrick_Voss
Extreme Employee
It is possible the switch is running on a non-patched version. The show version won't show this though. Would you mind pasting the "show switch" ouput? This will have more information.

Sentenced
New Contributor
Hey Patrick, dont think i am on anything specific. here is the "show version" from my X670.

* X670G2-48x-4q.35 # show versionSwitch : 800546-00-08 [serial removed] Rev 8.0 BootROM: 1.0.2.1 IMG: 21.1.2.14
PSU-1 : Internal PSU-1 800462-00-07 1604W-80105
PSU-2 : Internal PSU-2

Image : ExtremeXOS version 21.1.2.14 by release-manager
on Fri Aug 26 12:49:31 EDT 2016
BootROM : 1.0.2.1
Diagnostics : 5.4
* X670G2-48x-4q.36 #

Patrick_Voss
Extreme Employee
Hello Sentenced,

I am getting a different output:

* X460G2-24x-10G4.45 # show config ospf
#
# Module ospf configuration.
#
configure ospf routerid 1.1.1.1
enable ospf
configure ospf vlan VLAN_0007 priority 0
configure ospf vlan VLAN_2050 priority 0
configure ospf vlan VLAN_900 priority 0
* X460G2-24x-10G4.46 # unconfigure ospf vlan "VLAN_900"
* X460G2-24x-10G4.47 # show config ospf
#
# Module ospf configuration.
#
configure ospf routerid 1.1.1.1
enable ospf
configure ospf vlan VLAN_0007 priority 0
configure ospf vlan VLAN_2050 priority 0
* X460G2-24x-10G4.48 #

Are you running on a specific patch of 21.1.2.14? The hardware should not make a difference but I will see if I can do this on a x670g2.

Sentenced
New Contributor
Patrick, i have tried that as well and it still doesnt remove it for me.

X670G2-48x-4q.17 # show config ospf#
# Module ospf configuration.
#
configure ospf routerid 1.1.1.1
enable ospf
configure ospf vlan VLAN_0007 priority 0
configure ospf vlan VLAN_2050 priority 0
configure ospf vlan VLAN_900 priority 0
X670G2-48x-4q.18 # unconfigure ospf vlan VLAN_900
* X670G2-48x-4q.19 # show config ospf
#
# Module ospf configuration.
#
configure ospf routerid 1.1.1.1
enable ospf
configure ospf vlan VLAN_0007 priority 0
configure ospf vlan VLAN_2050 priority 0
configure ospf vlan VLAN_900 priority 0
* X670G2-48x-4q.20 #

Patrick_Voss
Extreme Employee
Hello Sentenced,

I replicated this and was able to remove this output with the following:

"unconfigure ospf vlan "
GTM-P2G8KFN