
75
Example:
Switch#config terminal
Switch(config)#interface Vlan1
Switch(Config-if-Vlan1)#ipv6 router rip
1.5.3.9 neighbor
Command: neighbor <ipv6-address> <ifname>
vlan <vlan-id>
no neighbor <ipv6-address> <ifname>
vlan <vlan-id>
Function:
Specify the destination address for fixed sending. The “
no neighbor <ipv6-address>
<ifname> vlan <vlan-id>
“ cancels the specified address defined and restores all trusted
gateways.
Parameter: <ipv6-address>
is the IPv6 Link-local address specified for sending and shown in
colon hex notation without the prefix length.
<ifname>
is the name of interface.
Default:
Not sending to any fixed destination address.
Command Mode:
Router mode.
Usage Guide:
When used associating passive-interface command it would be able to send
routing messages to specified neighbor only.
Example:
Switch#config terminal
Switch(config)#router ipv6 rip
Switch(config-router)#neighbor FE80:506::2 Vlan1
1.5.3.10 offset-list
Command: offset-list <access-list-name> {in|out }<number >[<ifname>|vlan <vlan-id>]
no offset-list <access-list-number|access-list-name>
{in|out }<number >[<ifname>|vlan <vlan-id>]
Function:
Add an offset value on the routing metric value learnt by RIPng. The “
no offset-list
<access-list-number|access-list-name> {in|out}<number >[<ifname>|vlan <vlan-id>]
”
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
1.5.3.11 passive-interface