Quantcast
Channel: IEOC - INE's Online Community
Viewing all articles
Browse latest Browse all 10744

6.4 Solution with null authentication

$
0
0

As there is no password provided I was thinking that this case is ideal for a null authentication.  Do you think that this solution is valid ?  Can someone from INE or the community comment on it.

// by default the PPP process sends the hostname of the router if not  set at the line command level: no need to precise the hostname via a ppp chap host xxxx.  You can argue that it is safer to precise it on a real network, but into the context of the lab and this question it sounds correct.

r1

username Rack1R3

interface Serial0/1
 bandwidth 1544
 ip address 173.1.13.1 255.255.255.0
 encapsulation ppp
 clock rate 64000
end



r3

username Rack1R1

interface Serial1/2
 bandwidth 1544
 ip address 173.1.13.3 255.255.255.0
 encapsulation ppp
 serial restart-delay 0
 clock rate 64000
 ppp authentication chap
end


Verification:


Rack1R1#sh  int Serial0/1 | i LCP
  Encapsulation PPP, LCP Open


Rack1R1#ping 173.1.13.3    

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 173.1.13.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 56/74/96 ms

Rack1R1#sh  int Serial/2 | i LCP
  Encapsulation PPP, LCP Open

Rack1R3#ping 173.1.13.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 173.1.13.1, timeout is 2 seconds:
!!!!!


Viewing all articles
Browse latest Browse all 10744

Trending Articles