[RouterA] interface serial 2/1/0.1 p2p
# Configure the IP address and create a virtual circuit for the subinterface Serial 2/1/0.1.
[RouterA-Serial2/1/0.1] ip address 202.38.163.251 255.255.255.0
[RouterA-Serial2/1/0.1] fr dlci 100
2.
Configure Router B:
# Enable Frame Relay encapsulation on interface Serial 2/1/0.
<RouterB> system-view
[RouterB] interface serial 2/1/0
[RouterB-Serial2/1/0] link-protocol fr
# Set the type of the interface Serial 2/1/0 to DTE.
[RouterB-Serial2/1/0] fr interface-type dte
[RouterB-Serial2/1/0] quit
# Create a subinterface Serial 2/1/0.1.
[RouterB] interface serial 2/1/0.1 p2p
# Configure the IP address and create a virtual circuit for the subinterface Serial 2/1/0.1.
[RouterB-Serial2/1/0.1] ip address 202.38.163.252 255.255.255.0
[RouterB-Serial2/1/0.1] fr dlci 100
[RouterB-Serial2/1/0.1] quit
Verifying the configuration
This section verifies the configuration used in method 1.
# On Router B, verify that the PVC is active.
[RouterB] display fr pvc
PVC information for interface Serial2/1/0 (DTE, physically up)
DLCI: 100
Encapsulation: IETF
Creation time: 2014/02/19 01:38:00
Input: 2 packets, 60 bytes, 0 dropped
Output: 2 packets, 60 bytes, 0 dropped
# Verify that Router A and Router B can ping each other.
[RouterB] ping 202.38.163.251
Ping 202.38.163.251 (202.38.163.251): 56 data bytes, press CTRL_C to break
56 bytes from 202.38.163.251: icmp_seq=0 ttl=255 time=76.007 ms
56 bytes from 202.38.163.251: icmp_seq=1 ttl=255 time=8.790 ms
56 bytes from 202.38.163.251: icmp_seq=2 ttl=255 time=1.630 ms
56 bytes from 202.38.163.251: icmp_seq=3 ttl=255 time=0.841 ms
56 bytes from 202.38.163.251: icmp_seq=4 ttl=255 time=1.012 ms
--- Ping statistics for 202.38.163.251 ---
5 packets transmitted, 5 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.841/17.656/76.007/29.326 ms
Type: Dynamic
Interface: Serial2/1/0
Broadcast
Status: Active
236
Need help?
Do you have a question about the FlexNetwork MSR series and is the answer not in the manual?