Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CISCO 2801 G.SHDSL wic config problems - Expert Eye requested ;-)

Status
Not open for further replies.

willsheldon

Technical User
Sep 13, 2005
1
0
0
GB
How do i specify the WAN IP? I think that that is why all the outbound packets are being dropped.. but I'm not sure. Please help!

so far i have:


Building configuration...

Current configuration : 1693 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Sterling_2801
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
enable secret 5 xxx
enable password xxx
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip source-route
ip cef
!
!
no ip dhcp use vrf connected
!
!
no ip domain lookup
!
!
!
!
interface FastEthernet0/0
ip address 10.1.1.1 255.255.255.0
ip nat inside
speed auto
half-duplex
no mop enabled
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface BRI0/2/0
no ip address
shutdown
!
interface ATM0/3/0
no ip address
no atm ilmi-keepalive
dsl equipment-type CPE
dsl operating-mode GSHDSL symmetric annex B
dsl linerate AUTO
!
interface ATM0/3/0.1 point-to-point
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
ip address a.a.a.a 255.255.255.248
ip mtu 1425
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap chap callin
ppp chap hostname xxx
ppp chap password 0 xxx
ppp pap sent-username xxx password 0 xxx
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
!
no ip http server
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 permit 10.1.1.0 0.0.0.255
access-list 101 permit ip any any
dialer-list 1 protocol ip list 101
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
password xxx
login
!
end


And we get the interface flapping:

*Sep 12 15:31:10.907: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access2, changed state to down
*Sep 12 15:31:17.199: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access2, changed state to up
*Sep 12 15:33:14.999: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access2, changed state to down
*Sep 12 15:33:21.303: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access2, changed state to up
*Sep 12 15:35:19.203: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access2, changed state to down
*Sep 12 15:35:25.503: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access2, changed state to up


the debug ppp authentication for each one looks like:

*Sep 12 15:41:31.803: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access2, changed state to down
*Sep 12 15:41:34.811: Vi2 PPP: Authorization required
*Sep 12 15:41:34.811: Vi2 PPP: No remote authentication for call-out
*Sep 12 15:41:36.831: Vi2 PPP: No authorization without authentication
*Sep 12 15:41:36.831: Vi2 CHAP: I CHALLENGE id 136 len 55 from "cht-bas-006"
*Sep 12 15:41:36.835: Vi2 CHAP: Using hostname from interface CHAP
*Sep 12 15:41:36.835: Vi2 CHAP: Using password from interface CHAP
*Sep 12 15:41:36.835: Vi2 CHAP: O RESPONSE id 136 len 47 from "xxx"
*Sep 12 15:41:37.307: Vi2 CHAP: I SUCCESS id 136 len 4
*Sep 12 15:41:38.307: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access2, changed state to up
up


debug ppp negotiation:

Sep 12 15:44:26.075: Vi2 PPP: Outbound ip packet dropped
*Sep 12 15:44:26.075: Vi2 PPP: Outbound ip packet dropped
*Sep 12 15:44:26.075: Vi2 PPP: Outbound ip packet dropped
*Sep 12 15:44:26.075: Vi2 PPP: Outbound ip packet dropped
*Sep 12 15:44:26.507: Vi2 IPCP: I CONFREQ [Listen] id 193 len 10
*Sep 12 15:44:26.507: Vi2 IPCP: Address b.b.b.b
*Sep 12 15:44:26.507: Vi2 IPCP: O CONFREQ [Listen] id 5 len 10
*Sep 12 15:44:26.507: Vi2 IPCP: Address c.c.c.c
*Sep 12 15:44:26.507: Vi2 IPCP: O CONFACK [Listen] id 193 len 10
*Sep 12 15:44:26.507: Vi2 IPCP: Address d.d.d.d
*Sep 12 15:44:26.515: Vi2 IPCP: I CONFNAK [ACKsent] id 5 len 10
*Sep 12 15:44:26.515: Vi2 IPCP: Address e.e.e.e
*Sep 12 15:44:26.515: Vi2 IPCP: O CONFREQ [ACKsent] id 6 len 4
*Sep 12 15:44:26.519: Vi2 IPCP: I CONFACK [ACKsent] id 6 len 4
*Sep 12 15:44:26.519: Vi2 IPCP: State is Open
*Sep 12 15:44:26.519: Vi2 IPCP: I TERMREQ [Open] id 194 len 4
*Sep 12 15:44:26.519: Vi2 IPCP: O TERMACK [Open] id 194 len 4
*Sep 12 15:44:26.523: Vi2 IPCP: State is Closed
*Sep 12 15:44:26.555: Vi2 PPP: Outbound ip packet dropped
*Sep 12 15:44:26.755: Vi2 PPP: Outbound ip packet dropped
*Sep 12 15:44:26.755: Vi2 PPP: Outbound ip packet dropped
*Sep 12 15:44:27.155: Vi2 PPP: Outbound ip packet dropped
*Sep 12 15:44:27.155: Vi2 PPP: Outbound ip packet dropped
*Sep 12 15:44:27.755: Vi2 PPP: Outbound ip packet dropped
*Sep 12 15:44:28.507: Vi2 IPCP: TIMEout: State Closed
*Sep 12 15:44:28.507: Vi2 IPCP: State is Listen
*Sep 12 15:44:28.759: Vi2 PPP: Outbound ip packet dropped
*Sep 12 15:44:29.063: Vi2 PPP: Outbound ip packet dropped
*Sep 12 15:44:29.063: Vi2 PPP: Outbound ip packet dropped
 
Not sure on the interface flapping problem but why is your f0/0 set to half duplex? Should only be half if connecting to old 10baseT device.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top