363
Function:
Configure this command to enable the routing message switching among VRF
and enter the address-family mode. The “
no address-family ipv4 vrf
<vrf-name>
“ command deletes the RIP instances related to this VPN routing/forwarding
instances
Parameter: <vrf-name>
specifies the name of VPN routing/forwarding instances
Command Mode:
router mode
Usage Guide:
This command is only used on PE router. A VPN routing/forwarding
instances must be generated with command ip vrf prior to using this command by which
the VPN routing/forwarding instances can be related to RIP instances.
Example:
Switch# config terminal
Switch(config)# router rip
Switch(config-router)# address-family ipv4 vrf VRF1
Switch(config-router-af)#
13.4.3.3 clear ip rip route
Command: clear ip rip route
{<A.B.C.D/M>|kernel|static|connected|rip|ospf|isis|bgp|all}
Function:
Clear specific route in the RIP route table
Parameter:
Clear the routes which match the destination address from the RIP route
table.
<A.B.C.D/M>
specifies the IP address prefix and its length of the destination
address
kernel
delete kernel routes from the RIP route table
static
delete static routes from the RIP route table
connected
delete direct routes from the RIP route table
rip
only delete RIP routes from the RIP route table
ospf
only delete OSPF routes from the RIP route table
isis
only delete ISIS routes from the RIP route table
bgp
only delete BGP routes from the RIP route table
all
delete all routes from the RIP route table
Default:
No default configurations
Command Mode:
Admin Mode
Usage Guide:
Use this command with the all parameter will delete all learnt route in the
RIP route which will be immediately recovered except for rip route. The dynamic learnt
RIP route can only be recovered by studying one more time.
Example:
Switch# clear ip rip route 10.0.0.0/8
Switch# clear ip rip route ospf
13.4.3.4 debug rip