Dynamic routing protocols: BGP, OSPF, RIP
U
SER
G
UIDE
202
set rip redistribute connected
set rip redistribute connected metric <0-16>
set rip redistribute connected route-map <rm-name>
set rip redistribute ospf
set rip redistribute ospf metric <0-16>
set rip redistribute ospf route-map <rm-name>
set rip redistribute bgp
set rip redistribute bgp metric <0-16>
set rip redistribute bgp route-map <rm-name>
set rip default-information originate
set rip route a.b.c.d/m
set rip distance <1-255>
set rip distance <1-255> A.B.C.D/M
set rip distance <1-255> A.B.C.D/M access-list
set rip route-map <rm-name> permit match interface word
set rip route-map <rm-name> permit match ip address word
set rip route-map <rm-name> permit match ip address prefix-list word
set rip route-map <rm-name> permit match ip next-hop A.B.C.D
set rip route-map <rm-name> permit match metric <0-4294967295>
set rip route-map <rm-name> permit match tag <1-65356>
set rip route-map <rm-name> deny match interface word
set rip route-map <rm-name> deny match ip address word
set rip route-map <rm-name> deny match ip address prefix-list word
set rip route-map <rm-name> deny match ip next-hop A.B.C.D
set rip route-map <rm-name> deny match metric <0-4294967295>
set rip route-map <rm-name> deny match tag <1-65356>
set rip route-map <rm-name> permit set ip next-hop A.B.C.D
set rip route-map <rm-name> permit set metric <0-4294967295>
set rip route-map <rm-name> permit set tag <1-65356>
set rip route-map <rm-name> deny set ip next-hop A.B.C.D
set rip route-map <rm-name> deny set metric <0-4294967295>
set rip route-map <rm-name> deny set tag <1-65356>
set rip ip prefix-list <prf-name> description <description>
set rip ip prefix-list <prf-name> permit <prefix-list-rule>
set rip ip prefix-list <prf-name> permit <prefix-list-rule>
set rip ip prefix-list <prf-name> deny <prefix-list-rule>
set rip ip prefix-list <prf-name> deny <prefix-list-rule>
To delete one of the specified commands you can use:
set rip no <command>
To disable the RIP protocol:
set no-rip
The command
show ip rip status