User manual
Chapter 4 - Layer 3 Command Set - IP Networking OSPFv2 (Dynamic Routing Protocol Module)
Alvarion BreezeNET B130/B300 GigE 152 Operational User Manual
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:
OSPF> configure
OSPF(config)# access-list AnyNetwork permit any
OSPF(config)# access-list net200 permit 192.168.200.0/24
OSPF(config)# route-map mapForConnected permit 10
OSPF(config-route-map)# match address net200
OSPF(config-route-map)# set metric 7
OSPF(config-route-map)# route-map mapForConnected deny 11
OSPF(config-route-map)# match address AnyNetwork
OSPF(config-route-map)# router
OSPF(config-router)# redistribute connected route-map
mapForConnected
OSPF(config-route-map)#
In this configuration the router will advertise external links 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 link will have
metric 7, any other destination will not lead to external link's advertising it.
4.7.7 Link Metric
Link metric is a cost of traffic delivery through its network interface. OSPF router
automatically calculates the cost of internal link taking physical interface's
capacity to which link belongs into consideration:
M = reference_bandwidth/bandwidth.
reference_bandwidth - by default equals 100 Mbit/sec, bandwidth - a capacity
(bandwidth) of a physical network interface to which the link belongs. Reference
bandwidth can be modified using the following command in config-router mode:
auto-cost reference-bandwidth <1-4294967>
The parameter is specified in Mbit/sec.