Friday, June 6, 2008
Point to Point lease line configuration and tips
Do you like this story?
Point-To-Point Leased Line Implementation
Current configuration:
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname A-cisco
!
username B-cisco password 0 Jonn
!
interface SeriaIO/0
ip address 1.1. I.I 255.0.0.0 encapsulation ppp
ppp authentication chap
!
line con 0
transport input none
line aux 0
line vty 0 4
no login
!
end
Current configuration:
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname B-cisco
!
username A-cisco password 0 Jonn
!
interface SeriaIO/0
ip address 1.1. I.2 255.0.0.0 encapsulation ppp
ppp authentication chap
!
ip classless
no ip http server
!
line con 0
transport input none
line aux 0
line vty 0 4
no login
!
end

This post was written by: Joshua Daniel
Joshua Daniel is a Management Professional,professional blogger, web designer and front end web developer. Follow him on Twitter
0 Responses to “Point to Point lease line configuration and tips”
Post a Comment