Configuration procedure
Configure Router A:
1.
<RouterA> system-view
[RouterA] interface loopback 1
[RouterA-LoopBack1] ip address 12.1.1.2 32
[RouterA-LoopBack1] quit
[RouterA] interface pos 5/0
[RouterA-Pos5/0] clock master
[RouterA-Pos5/0] link-protocol hdlc
[RouterA-Pos5/0] ip address unnumbered interface loopback 1
[RouterA-Pos5/0] quit
Configure Router B:
2.
<RouterB> system-view
[RouterB] interface pos 5/0
[RouterB-Pos5/0] link-protocol hdlc
[RouterB-Pos5/0] ip address 12.1.1.1 24
Configure a static route on Router A:
3.
[RouterA] ip route-static 12.1.1.0 24 pos 5/0
[RouterA] ip route-static 12.1.2.0 24 12.1.1.1
Verify that Router A can ping network segment 12.1.2.0/24:
4.
[RouterA] ping 12.1.2.1
PING 12.1.2.1: 56
Reply from 12.1.2.1: bytes=56 Sequence=1 ttl=255 time=35 ms
Reply from 12.1.2.1: bytes=56 Sequence=2 ttl=255 time=1 ms
Reply from 12.1.2.1: bytes=56 Sequence=3 ttl=255 time=10 ms
Reply from 12.1.2.1: bytes=56 Sequence=4 ttl=255 time=1 ms
Reply from 12.1.2.1: bytes=56 Sequence=5 ttl=255 time=1 ms
--- 12.1.2.1 ping statistics ---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 1/9/35 ms
# Execute the display ip routing-table command on Router A to see that the routing table
information is correct.
[RouterA] display ip routing-table
Routing Tables: Public
Destination/Mask
12.1.1.0/24
12.1.1.2/32
12.1.2.0/24
127.0.0.0/8
127.0.0.1/32
data bytes, press CTRL_C to break
Destinations : 5
Proto
Pre
Static 60
Direct 0
Static 60
Direct 0
Direct 0
Routes : 5
Cost
NextHop
0
12.1.1.2
0
127.0.0.1
0
12.1.1.1
0
127.0.0.1
0
127.0.0.1
220
Interface
POS5/0
InLoop0
POS5/0
InLoop0
InLoop0
Need help?
Do you have a question about the FlexNetwork MSR Series and is the answer not in the manual?