394
send routing messages to specified neighbor only.
Example:
Switch# config terminal
Switch(config)# router ipv6 rip
Switch(config-router)# neighbor FE80:506::2 Vlan1
13.5.3.9 Offset-list
Command: [no] offset-list <access-list-number
|access-list-name> {in|out }<number >[<ifname>]
Function:
Add an offset value on the routing metric value learnt by RIPng. The
“
|access-list-name> {in|out }<number >[<ifname>]
” command disables this function
Parameter: < access-list-number |access-list-name>
is the access-list or name to be
applied.
<number >
is the additional offset value, ranging between 0-16;
<ifname>
is the
name of specific interface
Default:
The default offset value is the metric value of the interface defined by the
system.
Command Mode:
Router mode
Example:
Switch# config terminal
Switch(config)# router ipv6 rip
Switch(config-router)# offset-list 1 in 5 Vlan1
13.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 RIP 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
13.5.3.11 redistribute
Command:[no]redistribute {kernel |connected| static| ospf| isis| bgp}
[metric<value>] [route-map<word>]