ESR service routers. ESR-Series. Functionality description. Version 1.12.0
126
esr(config)# router rip
Specify the networks to be advertised by protocol: 115.0.0.0/24, 14.0.0.0/24
и
10.0.0.0/24:
esr(config-rip)# network
115.0
.
0.0
/
24
esr(config-rip)# network
14.0
.
0.0
/
24
esr(config-rip)# network
10.0
.
0.0
/
24
To advertise static routes by the protocol, execute the following command:
esr(config-rip)# redistribute
static
Configure timer, responsible for routing information transmission:
esr(config-rip)# timers update
25
When all required settings are done, enable the protocol:
esr(config-rip)# enable
To view the RIP routing table, use the following command:
esr# show ip rip
5.3 OSFP configuration
OSPF is a dynamic routing protocol, based on link-state technology and using shortest path first Dijkstra
algorithm.
5.3.1 Configuration algorithm
Step
Description
Command
Keys
1
Configure OSFP precedence for the
main routing table (optionally).
esr(config)# ip protocols
ospf preference <VALUE>
<VALUE> – protocol precedence,
takes values in the range of
[1..255].
Default value: 150.
esr(config-vrf)# ip
protocols ospf preference
<VALUE>
In addition to RIP protocol configuration, open UDP port 520 in the firewall.