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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AS5850 Problem

Status
Not open for further replies.

22334455667788991111

IS-IT--Management
Joined
Sep 19, 2002
Messages
1
Location
VN
Hello
I have problem with my As5850 and sometimes alot of people complains thay they can connect but cannot ping, tracert, surfweb or use any services except ping the Fast Gigabit port on this AS.

Below is my config:
#========================================#
hostname AS5850-1
!
boot system flash:c5850-p9-mz.122-11.T.bin
logging buffered 131072 debugging
no logging console
aaa new-model
!
aaa authentication login default group radius local
aaa authentication login no_radius enable
aaa authentication login dialins group radius
aaa authentication ppp default if-needed local group radius
aaa authorization exec console none
aaa authorization network default group radius
aaa accounting exec default start-stop group radius
aaa accounting network default start-stop group radius
aaa session-id common
version 12.2
no service timestamps debug uptime
no service timestamps log uptime
service password-encryption
!
hostname ISP-AS5850-1
!
boot system flash:c5850-p9-mz.122-11.T.bin
logging buffered 131072 debugging
no logging console
aaa new-model
!
!
aaa authentication login default group radius local
aaa authentication login no_radius enable
aaa authentication login dialins group radius
aaa authentication ppp default if-needed local group radius
aaa authorization exec console none
aaa authorization network default group radius
aaa accounting exec default start-stop group radius
aaa accounting network default start-stop group radius
aaa session-id common
username multilink password XXXX
spe default-firmware spe-firmware-1
ip subnet-zero
no ip source-route
ip cef distributed
ip name-server 192.168.100.1
ip name-server 192.168.101.1
!
multilink virtual-template 1
virtual-profile virtual-template 1
redundancy
no keepalive-enable
mode classic-split
!
controller E1 0/0
framing NO-CRC4
ds0-group 0 timeslots 1-15,17-31 type r2-digital r2-compelled ani
cas-custom 0
unused-abcd 0 0 0 1
......................
......................
controller E1 1/23
framing NO-CRC4
ds0-group 0 timeslots 1-15,17-31 type r2-digital r2-compelled ani
cas-custom 0
unused-abcd 0 0 0 1
!
interface Loopback0
ip address 192.168.48.1 255.255.255.0
!
interface FastEthernet6/0
no ip address
logging event link-status
duplex auto
fair-queue
no cdp enable
shutdown
!
interface GigabitEthernet6/0
ip address 192.168.100.2 255.255.255.0
logging event link-status
negotiation auto
no cdp enable
!
interface GigabitEthernet6/1
no ip address
logging event link-status
shutdown
negotiation auto
no cdp enable
!
interface Virtual-Template1
ip unnumbered GigabitEthernet6/0
keepalive 20
no snmp trap link-status
peer default ip address pool net100
ppp authentication pap
ppp multilink
!
interface Group-Async0
ip unnumbered GigabitEthernet6/0
encapsulation ppp
no ip mroute-cache
async mode dedicated
peer default ip address pool net59
ppp authentication pap
ppp multilink
group-range 2/00 2/323
!
router eigrp 13
network 192.168.100.0
no auto-summary
no eigrp log-neighbor-changes
!
ip local pool net59 192.168.100.20 192.168.100.254
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.100.10
no ip http server
!
radius-server host 192.168.101.2 auth-port 1645 acct-port 1646
radius-server retransmit 3
radius-server key XXXXX
radius-server authorization permit missing Service-Type
call rsvp-sync
!
mgcp profile default
!
dial-peer cor custom
!
!
!
!
line con 0
authorization exec console
logging synchronous
login authentication no_radius
line aux 0
line vty 0 4
password XXXX
login authentication no_radius
line 2/00 2/323
session-timeout 35790
exec-timeout 0 0
flush-at-activation
activation-character 0
disconnect-character 0
no modem callout
modem Dialin
no modem status-poll
no modem log rs232
transport input all
escape-character soft 0
autoselect during-login
autoselect ppp
hold-character 0
speed 38400
!
scheduler allocate 3000 1000
end
#========================================#
Is there something wrong with my config?. Please help me to solve the problem
Thanks&Best Regards
Liem
Email: liempc@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top