cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
525
Views
0
Helpful
1
Replies

Command to remove the preempt option

y.lo
Level 1
Level 1

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.

1 Reply 1

yushimaz
Cisco Employee
Cisco Employee

How about 'ip virtual-router 1 priority 110' command?

When I checked the command with below basic config,
'ip virtual-router' configuration is overwritten.

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

Review Cisco Networking for a $25 gift card