Command to remove the preempt option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 02:11 AM
Is there a single command to remove the preempt option in the configuration, or other way to remove it without service interruption?
ip virtual-router 1 priority 110 preempt
I don't want to use the 'no' form to remove the whole command and add it back, which should cause service interruption.
Many thanks.
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2011 07:23 PM
How about 'ip virtual-router 1 priority 110' command?
I don't know the impact of production traffic since I don't send any traffic.
So, I suggest to configure it after office hours.
CSS11503-A(config-circuit-ip[VLAN774-192.168.74.200])# show run cir
!************************** CIRCUIT **************************
circuit VLAN774
ip address 192.168.74.200 255.255.255.0
ip virtual-router 1 priority 110 preempt <<==
CSS11503-A(config-circuit-ip[VLAN774-192.168.74.200])# ip virtual-router 1 priority 110 <<==
CSS11503-A(config-circuit-ip[VLAN774-192.168.74.200])# show run cir
!************************** CIRCUIT **************************
circuit VLAN774
ip address 192.168.74.200 255.255.255.0
ip virtual-router 1 priority 110 <<==
Regards,
Yuji
