hello from warszawa:)
PPP over ATM is not supported in my LAB so dynamips will help.
info on CCO how to configure ppp termination:
http://www.cisco.com/en/US/products/hw/routers/ps314/products_feature_guide_chapter09186a008007e26a.html
Server is R1
!
interface ATM4/0
no ip address
no atm ilmi-keepalive
pvc 0/102
protocol ppp Virtual-Template1
!
!
interface Virtual-Template1
ip unnumbered Loopback0
peer default ip address pool test_01
!
router ospf 100
log-adjacency-changes
network 0.0.0.0 255.255.255.255 area 0
!
ip local pool test_01 10.1.12.2 10.1.12.4
ip classless
!
Client is R2
!
interface ATM4/0
no ip address
no atm ilmi-keepalive
pvc 0/201
dialer pool-member 1
protocol ppp dialer
!
!
interface Dialer0
ip address negotiated
encapsulation ppp
dialer pool 1
dialer persistent
dialer-group 1
!
router ospf 100
log-adjacency-changes
network 0.0.0.0 255.255.255.255 area 0
!
ip classless
!
no ip http server
!
!
dialer-list 1 protocol ip permit
!
theoreticaly it must work but in reality not.
after entering clear interface dialer 0 router R2 displays:
*Nov 20 09:35:39.999: Di0 DDR: Dialer cannot nail-up the profile - dialer string not configured
probably because ppp client is not to used on 7200 series.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment