How to delete part of an OSPF command in the Config
						
					
					
				
			
		
	
			
	
	
	
	
	
Options
			
				
					
	
			
		
	- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Get Direct Link
 - Report Inappropriate Content
 
‎02-28-2017 03:44 PM
			
				
					
					
						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.
		
		
	
	
	
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
	
		
		
			
			
			
					
	
			Options
			
				
					
	
			
		
	- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Get Direct Link
 - Report Inappropriate Content
 
‎02-28-2017 05:44 PM
			
				
					
					
						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.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
Options
			
				
					
	
			
		
	- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Get Direct Link
 - Report Inappropriate Content
 
‎02-28-2017 05:32 PM
			
				
					
					
						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 #
		
		
	
	
	
* 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 #
Options
			
				
					
	
			
		
	- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Get Direct Link
 - Report Inappropriate Content
 
‎02-28-2017 05:25 PM
			
				
					
					
						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.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
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.
Options
			
				
					
	
			
		
	- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Get Direct Link
 - Report Inappropriate Content
 
‎02-28-2017 04:50 PM
			
				
					
					
						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 #
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
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 #
Options
			
				
					
	
			
		
	- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Get Direct Link
 - Report Inappropriate Content
 
‎02-28-2017 04:38 PM
			
				
					
					
						Hello Sentenced,
I replicated this and was able to remove this output with the following:
"unconfigure ospf vlan"
 
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
I replicated this and was able to remove this output with the following:
"unconfigure ospf vlan