Friday, August 28, 2009

Point to Point lease line configuration and tips

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

No comments:

Post a Comment

Comment here