User manual

Chapter 4 - Layer 3 Command Set - IP Networking ARIP
Alvarion BreezeNET B130/B300 GigE 132 Operational User Manual
set metric <0-4294967295>
set metric-type (type-1|type-2)
The next step for the record's behavior, after all conditions are matched by the
route, can be configured using one of the following commands:
on-match goto <1-65535>
on-match next
Configuration example:
RIP> configure
RIP(config)# access-list AnyNetwork permit any
RIP(config)# access-list net200 permit 192.168.200.0/24
RIP(config)# route-map mapForConnected permit 10
RIP(config-route-map)# match address net200
RIP(config-route-map)# set metric 7
RIP(config-route-map)# route-map mapForConnected deny 11
RIP(config-route-map)# match address AnyNetwork
RIP(config-route-map)# router
RIP(config-router)# redistribute connected route-map
mapForConnected
RIP(config-route-map)#
In this configuration the router will announce route formed from the connected
routes of the system routing table with metric type 2. With this, if a destination for
this route is 192.168.200.0/24 network the formed route will have metric 7, any
other destination will not lead to route announcing it.
Attention!!! For the interface to use the route-map which we have created before
one have to use command route-map in the config-router mode:
route-map WORD (in|out) IFNAME
where WORD - name of the road-map which we have created before.
4.5.7 Authentication. Identity Check
In order to prevent an unauthorized connection of the routers to RIP system, the
system has an identity check for protocol's packets. Currently the router has two
different options for identity check (authentication):