Symptom
When one vrf deletes with "no vrf definition", others vrf is removed
Conditions
- Configuring address family ipv4 and ipv6 in vrf definition xx
- Duplicating Table ID numeric value for IPv4 and IPv6 as follows.
Router#sh vrf detail V0001
Address family ipv4 (Table ID = 1 (0x1)):
Address family ipv6 (Table ID = 503316481 (0x1E000001)):
Or
Router#sh vrf detail V0001
Address family ipv4 (Table ID = 1 (0x1)):
Address family ipv6 (Table ID = 503316482 (0x1E000002)):
Router#sh vrf detail V0002
Address family ipv4 (Table ID = 2 (0x2)):
Address family ipv6 (Table ID = 503316481 (0x1E000001)):
Workaround
Reconfiguring "vrf definition xxx" so that Table ID is not duplicated.
Some workaround is effective.
a) After all interface are shutdown, vrf should delete .
b) configure replace command
Router#configure replace bootdisk:config.cfg
c) (1) delete static route and nat
(2) delete interface
(3) delete vrf definition
Further Problem Description