取消
显示结果 
搜索替代 
您的意思是: 
cancel
785
查看次数
0
有帮助
1
回复

ASA 5512 PPPOE无法拨号成功

itdreamer21
Level 1
Level 1

ASA 5512拨号一直拨号不了,但用电脑直接拨号是可以的。

防火墙配置:

BSJ-FW(config)# show running-config
: Saved
:
ASA Version 9.1(2)
!
hostname BSJ-FW
domain-name cisco.com
enable password 5ZDovPn.dZCkq1fA encrypted
xlate per-session deny tcp any4 any4
xlate per-session deny tcp any4 any6
xlate per-session deny tcp any6 any4
xlate per-session deny tcp any6 any6
xlate per-session deny udp any4 any4 eq domain
xlate per-session deny udp any4 any6 eq domain
xlate per-session deny udp any6 any4 eq domain
xlate per-session deny udp any6 any6 eq domain
names
!
interface GigabitEthernet0/0
nameif outside2
security-level 5
pppoe client vpdn group isp
ip address pppoe setroute
!
interface GigabitEthernet0/1
nameif outside
security-level 0
ip address 218.15.229.76 255.255.248.0
!
interface GigabitEthernet0/2
nameif inside
security-level 100
ip address 192.168.241.2 255.255.255.252
!
interface GigabitEthernet0/3
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/4
shutdown
no nameif
no security-level
no ip address
!
interface GigabitEthernet0/5
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
nameif management
security-level 100
ip address 192.168.0.1 255.255.255.0
!
ftp mode passive
dns server-group DefaultDNS
domain-name cisco.com
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object network AC
host 192.168.99.4
access-list tracet extended permit icmp any any
access-list inside_tracet extended permit udp any any gt 33433
pager lines 24
mtu management 1500
mtu outside2 1492
mtu outside 1500
mtu inside 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
no arp permit-nonconnected
!
object network AC
nat (inside,outside2) dynamic interface
access-group tracet in interface outside2
route inside 192.168.10.0 255.255.255.0 192.168.241.1 1
route inside 192.168.20.0 255.255.255.0 192.168.241.1 1
route inside 192.168.30.0 255.255.255.0 192.168.241.1 1
route inside 192.168.99.0 255.255.255.0 192.168.241.1 1
timeout xlate 3:00:00
timeout pat-xlate 0:00:30
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
timeout floating-conn 0:00:00
dynamic-access-policy-record DfltAccessPolicy
user-identity default-domain LOCAL
aaa authentication telnet console LOCAL
http server enable
http 192.168.0.1 255.255.255.255 management
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
crypto ipsec security-association pmtu-aging infinite
crypto ca trustpool policy
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5
ssh timeout 5
ssh key-exchange group dh-group1-sha1
console timeout 0
vpdn group isp request dialout pppoe
vpdn group isp localname 07581206464939
vpdn group isp ppp authentication pap
vpdn username 07581206464939 password *****
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
username admin password iwg9KTezQ9gG/CRw encrypted privilege 15
!
class-map tracet
match access-list tracet
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect ip-options
inspect netbios
inspect rsh
inspect rtsp
inspect skinny
inspect esmtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
inspect icmp
class tracet
set connection decrement-ttl
!
service-policy global_policy global
prompt hostname context
call-home reporting anonymous prompt 2
call-home
profile CiscoTAC-1
no active
destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
destination address email callhome@cisco.com
destination transport-method http
subscribe-to-alert-group diagnostic
subscribe-to-alert-group environment
subscribe-to-alert-group inventory periodic monthly 4
subscribe-to-alert-group configuration periodic monthly 4
subscribe-to-alert-group telemetry periodic daily
Cryptochecksum:2c1b1f2887c35991ad6fc439eeaae449
: end

 

------------------

BSJ-FW(config)# show running-config vpdn
vpdn group isp request dialout pppoe
vpdn group isp localname 07581206464939
vpdn group isp ppp authentication pap
vpdn username 07581206464939 password *****
-------------------------

BSJ-FW(config)# show vpdn session state


%No active L2TP tunnels


%No active PPTP tunnels


%No active PPPoE tunnels


------------------------

BSJ-FW(config)# show interface ip brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 unassigned YES manual up up
GigabitEthernet0/1 218.15.229.76 YES manual down down
GigabitEthernet0/2 192.168.241.2 YES manual up up
GigabitEthernet0/3 unassigned YES unset administratively down down
GigabitEthernet0/4 unassigned YES unset administratively down down
GigabitEthernet0/5 unassigned YES unset administratively down down
Internal-Control0/0 127.0.1.1 YES unset up up
Internal-Data0/0 unassigned YES unset up down
Internal-Data0/1 unassigned YES unset down down
Internal-Data0/2 unassigned YES unset up up
Management0/0 192.168.0.1 YES unset down down

----------------------------------------------------------------

 

 

麻烦各位大佬,帮忙看下,谢谢!

1 条回复1

YilinChen
Spotlight
Spotlight

认证方式改成CHAP试一下吧

快捷链接