Asante Technologies 40240/40480-10G Switch User Manual


 
This example redistributes static routes and sets the metric for all of these routes to
a value of 3.
Console(config-router)#redistribute static metric 3
Console(config-router)#
Related Commands
default-metric (42-7)
ip rip receive version
This command specifies a RIP version to receive on an interface. Use the
no
form to
restore the default value.
Syntax
ip rip receive version {none | 1 | 2 | 1 2}
no ip rip receive version
none - Does not accept incoming RIP packets.
1 - Accepts only RIPv1 packets.
2 - Accepts only RIPv2 packets.
1 2 - Accepts RIPv1 or RIPv2 packets
Command Mode
Interface Configuration (VLAN)
Default Setting
1 2 (RIPv1 or RIPv2 packets)
Command Usage
Use this command to override the global setting specified by the RIP
redistribute
command.
You can specify the receive version based on these options:
- Use “none” if you do not want to add any dynamic entries to the routing table
for an interface. (For example, you may only want to allow static routes for
a specific interface.)
- Use “1” or “2” if all routers in the local network are based on RIPv1 or RIPv2,
respectively.
- Use “1 2” if some routers in the local network are using RIPv2, but there are
still some older routers using RIPv1.
Example
This example sets the interface version for VLAN 1 to receive RIPv1 packets.
Console(config)#interface vlan 1
Console(config-if)#ip rip receive version 1
Console(config-if)#
Related Commands
redistribute (42-11)
42-12
IP Routing Commands
42