444
14.5.3.10 passive-interface
Command:
[
no
]
passive-interface<ifname>
Function:
Set the RIP layer 3 switches to block RIP broadcast on the specified interfaces,
and only send the RIPng data packet to the layer 3 switch which is configured with
neighbor.
Parameter: <ifname>
is the specific interface name
Default:
Not configured
Command Mode:
Router mode
Example:
Switch# config terminal
Switch(config)# router ipv6 rip
Switch(config-router)# passive-interface Vlan1
14.5.3.11 redistribute
Command: [no]redistribute {kernel |connected| static| ospf| isis| bgp}
[metric<value>] [route-map<word>]
Function:
Introduce the routes learnt from other routing protocols into RIP
Parameter: kernel
introduce from kernel routes
connected
i
ntroduce from direct routes
static
introduce from static routes
ospf
introduce from IPv6 OSPF routes
isis
introduce from IPv6 ISIS routes
bgp
introduce from IPv6 BGP routes
<value>
is the metric value assigned to the introduced route, ranging between
0-16
<word>
is the probe poining to the route map for introducing routes
Command Mode:
Router mode
Example:
Switch# config terminal
Switch(config)# router ipv6 rip
Switch(config-router)# redistribute kernel route-map ipi
14.5.3.12 route
Command: route <ipv6-address>
no route <ipv6-address>
Function:
This command configures a static RIP route.The“
no route
<ipv6-address>
“ command deletes this route.