QTECH
Software Configuration Manual
7-91
7.3.9
Configure metricin
Routing Metric is input or output metric added by RIP route. Routing Metric cannot change route metric in
route table, but add a specified metric when sending and receiving route.
Configure it in interface configuration mode :
Configure Routing Metric when receiving RIP packet
ip rip metricin
value
Disable Routing Metric when receiving RIP packet
no ip rip metricin
Configure Routing Metric when sending RIP packet
ip rip metricout value
Disable Routing Metric when sending RIP packet
no ip rip metricout
By default, RIP Routing Metricis 0 when sending and receiving packet.
7.3.10
Define prefix list
A prefix-list is marked by prefix list name. Each prefix-list can contain many items and each item can
specifies a matching range through sequence-number which shows the matching order in prefix-list.
When matching, switch will check each item according to ascending order. It will filtrate the prefix-list when
there is one item matches.
Caution : By default, if at least one prefix list is defined, the matching mode of at least one item is permit.
Deny mode item can fast filtrate the route information which is not matched. If all item is in deny mode, any route
will not pass the filtration. It can define an item of permit 0.0.0.0/0 to permit all route information to pass after many
deny mode items.
Above situation can be changed by ip
prefix-list
default command. Details refer to command line
configuration manual.ssss
Configure it in global configuration mode :
Create prefix ACL or adding item
ip prefix-list
Delete prefix list or some item
no ip prefix-list
Configure matching mode when prefix does not exist or there is no matching item
ip prefix-list default
Restore to default matching mode when prefix does not exist or there is no matching item
no ip prefix-list default
7.3.11
Configure redistribution
RIP permits user to introduce other route protocol to RIP.
The route protocol that can be introduced are : connected, static and ospf.
Configure it in RIP protocol configuration :
Introduce other route protocol
redistribute
Cancel introduction of other route protocol
no redistribute
7.3.12
Configure distribute-list
Filtrate route through configuring strategy rules for receiving and sending route by specifying address prefix
list. In addition, receive specified switch RIP packet by specifying neighbor switch.
Configure it in RIP protocol configuration :
Configure RIP to filtrate received route