!

ip route 192.168.99.0 255.255.255.0 10.0.0.1

!

end

ERT-805#

4.5 HDLC Protocol

Only when the interface operates in the synchronous mode, can it be encapsulated with HDLC.

encapsulation hdlc – encapsulation with hdlc type

router# show run

Building configuration ...

service password-encryption service timestamps debug

!

hostname router

!

enable password level 15 7 aNTUS0QSfz8T

!

username ERT-805 password 7 3hlZiJYY6pOn

!

interface fastethernet 0/0

ip address 192.168.99.64 255.255.255.0

!

interface serial 0/0 encapsulation hdlc

ip address 10.0.0.1 255.255.255.192

!

interface async 0/0

!

line vty 0 4 login

password 7 hd3cpRj4s14LeA

!

ip route 192.168.98.0 255.255.255.0 10.0.0.2

!

28