
76
Command: passive-interface<ifname>|vlan <vlan-id>
no
passive-interface<ifname>|vlan <vlan-id>
Function:
Set the RIPng layer 3 switches to block RIPng 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
1.5.3.12 redistribute
Command: redistribute {kernel |connected| static| ospf| isis| bgp} [metric<value>]
[route-map<word>]
no redistribute {kernel |connected| static| ospf| isis| bgp} [metric<value>]
[route-map<word>]
Function:
Introduce the routes learnt from other routing protocols into RIPng.
Parameter: kernel
introduce from kernel routes
connected
introduce 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 ip
1.5.3.13 redistribute ospf
Command: redistribute ospf [<process-tag>] [metric<value>] [route-map<word>]
no redistribute ospf [<process-tag>]
Function:
To redistribute routing information from external OSPFv3 processes to RIPng process.
The no form of this command will remove the introduced OSPFv3 routing entries.
Parameters: process-tag
is the string tag for OSPFv3 process with maximum length limited
within 15 characters. If not specified, the default process will be used.
metric <value>
is the weight metric for the introduced routing entries, limited