
ESR service routers. ESR-Series. Functionality description. Version 1.12.0
120
Solution:
Specify the device name for R1 router:
esr# hostname R1
Specify 192.168.1.1/24 address and the “LAN” zone for the gi1/0/1 interface. R1 interface will be connected to
192.168.1.0/24 network via this interface:
esr(config)#
interface
gi1/
0
/
1
esr(config-
if
-gi)# security-zone LAN
esr(config-
if
-gi)# ip address
192.168
.
1.1
/
24
esr(config-
if
-gi)# exit
Specify 192.168.100.1/30 address and the 'LAN' zone for the gi1/0/2 interface. R1 will be connected to R2
device via the given interface for the further traffic routing:
esr(config)#
interface
gi1/
0
/
2
esr(config-
if
-gi)# security-zone LAN
esr(config-
if
-gi)# ip address
192.168
.
100.1
/
30
esr(config-
if
-gi)# exit
Specify 128.107.1.2/30 address and the “WAN” zone for the gi1/0/3 interface. R1 interface will be connected
to the Internet via this interface:
esr(config)#
interface
gi1/
0
/
3
esr(config-
if
-gi)# security-zone WAN
esr(config-
if
-gi)# ip address
128.107
.
1.2
/
30
esr(config-
if
-gi)# exit
Create a route for interaction with 10.0.0.0/8 network using R2 device as a gateway (192.168.100.2):
esr(config)# ip route
10.0
.
0.0
/
8
192.168
.
100.2