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!

I need a log entry string for a c2611 ver 11.3(10)T

Status
Not open for further replies.

AidanEnos

MIS
Dec 11, 2000
189
0
0
Site has 1 ethernet interface, 1 serial interface and a BRI back-up. The BRI is coning active at random for no apparant reason, I know if I'm logged in and see it come active I can type "sho dialer" and it will tell me the dial reason, but I want it to log the dial reason in the main log (sho log display).

Thanks,
 
"debug dialer" will tell you what has triggered the call. More than likely you have a dialer list that permits all ip traffic and tha is linked to the BRI0 interface. Post the config.
 
For security I've removed the passwords, node identifier information and changed the ip addresses, DLCI, IPX addresses, etc. What changes to the log parameters should we consider to make it hold more entries and capture the BRI dialing information?

Current configuration:
!
! Last configuration change at 16:10:16 UTC Thu Feb 7 2002
! NVRAM config last updated at 19:57:49 UTC Tue Mar 5 2002
!
version 11.3
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname here
!
enable password ***
!
username homer password ***
no ip domain-lookup
ipx routing 0000.0000.0000
isdn switch-type basic-ni
!
!
process-max-time 200
!
interface BRI0/0
description Backup circuit
ip address 10.11.11.11 255.255.255.0
no ip directed-broadcast
encapsulation ppp
dialer idle-timeout 20
dialer wait-for-carrier-time 60
dialer map ip 10.11.11.1 name homer broadcast 5551212
dialer load-threshold 5 outbound
dialer-group 1
ipx network ***
isdn switch-type basic-ni
isdn spid1 5551212
isdn spid2 5551212
ppp authentication chap
ppp multilink
hold-queue 75 in
!
interface Ethernet0/0
description here Lan connection
ip address 10.11.111.1 255.255.255.0
ip helper-address 10.11.11.11
ipx network ***
!
interface Serial0/0
description Frame Relay Access DLCI ***
no ip address
encapsulation frame-relay IETF
no ip mroute-cache
no fair-queue
!
interface Serial0/0.1 point-to-point
description Frame Connection
frame-relay interface-dlci ***
bridge-group 1
!
interface Ethernet0/1
no ip address
shutdown
!
interface BVI1
description Frame Relay Link
ip address 10.11.11.11 255.255.255.252
ipx encapsulation ARPA
ipx network ***
no ipx route-cache
!
router eigrp 1
network 10.0.0.0
no auto-summary
!
ip classless
no ip forward-protocol udp tftp
no ip forward-protocol udp domain
no ip forward-protocol udp time
no ip forward-protocol udp netbios-ns
no ip forward-protocol udp netbios-dgm
no ip forward-protocol udp tacacs
ip route 10.11.10.0 255.255.248.0 10.11.11.11
!
logging buffered 8192 debugging
access-list 101 deny eigrp any any
access-list 101 permit ip any any
access-list 900 deny any 1000001C all any all
access-list 900 deny any any all any sap
access-list 900 deny any any all any rip
access-list 900 deny any any all any 457
access-list 900 permit any
dialer-list 1 protocol ip list 101
dialer-list 1 protocol ipx list 900
!
!
ipx router eigrp 1
network ***
network ***
!
!
ipx router rip
distribute-sap-list list_1002 out Ethernet0/0
distribute-sap-list list_1002 in Ethernet0/0
no network ***
no network ***
!
!
!
!
ipx access-list sap list_1002
permit FFFFFFFF 41
permit FFFFFFFF 07
permit FFFFFFFF 18
deny FFFFFFFF
snmp-server community *** RW
snmp-server host 10.11.11.11 traps ***
bridge irb
bridge 1 protocol ieee
bridge 1 route ip
bridge 1 route ipx
!
ntp clock-period ***
ntp server 10.11.11.1 prefer
ntp server 10.11.11.2
no scheduler allocate
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top