Vera Serial Interface Encapsulation
Step 3: Change the encapsulation of the serial interfaces from HDLC to PPP. Change the encapsulation type on the link between R1 and R2, and observe the effects. If you start to receive too much debug data, use the undebug all command to turn debugging off. R1(config)# interface serial 0/0/0 R1(config-if)# encapsulation ppp R1(config-if)#. Lab – Configuring Basic PPP with Authentication Topology. Step 1: Display the default serial encapsulation. On the routers, issue show interfaces serial interface-id to display the current serial encapsulation. Branch1# show interfaces s0/0/0 Serial0/0/0 is up, line protocol is up. Working on a lab I have to use PPP encapsulation on one link and HDLC on the others. I understand that HDLC is the default encapsulation for serial links. When I applied PPP to specific interfaces and used the show run interface command I was able to see that PPP encapsulation was applied.
Working on a lab I have to use PPP encapsulation on one link and HDLC on the others. I understand that HDLC is the default encapsulation for serial links. When I applied PPP to specific interfaces and used the show run interface command I was able to see that PPP encapsulation was applied. However when follow the same steps for hdlc it doesn't show that it is applied.
When I use the show interfaces s0/1 command it show hdlc encapsulation is applied? Why doesn't it show with the first show command?
Nessie>enable
Nessie#config t
Vera Serial Interface Encapsulation Systems
Enter configuration commands, one per line. End with CNTL/Z.
Nessie(config)#int s0/1
Nessie(config-if)#encap hdlc
!
Nessie#sh run int s0/1
Building configuration...
Current configuration : 88 bytes
!
interface Serial0/1
ip address 192.168.23.2 255.255.255.192
clock rate 2000000
endNessie(config-if)#exit
---------------------------------------------------------------------------------------
Nessie#show int s0/1
Serial0/1 is up, line protocol is up
Hardware is GT96K Serial
Internet address is 192.168.23.2/26
MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, loopback not setNessie(config)#exit