cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
439
Views
0
Helpful
3
Replies

Frame-Relay DLCI changes are not logging to syslog

eric_rees
Level 1
Level 1

We just replaced an old 2500 with a new 2621XM. The thing is, the old 2500 would log to a syslog everytime a DLCI's status changed from "ACTIVE to INACTIVE or DELETED", but since the new 2621 has been in place, it hasn't logged any DLCI changes. The only way I can tell when a DLCI goes down is from a SNMP Trap. Is there something I am missing in the config, or is it an IOS issuse? One other thing, it does log everything else.

logging history debugging

logging trap errors

logging 10.5.2.109

logging 10.5.2.45

logging 10.5.2.108

snmp-server community xxxx RO

snmp-server community xxxxx RW

snmp-server trap-source FastEthernet0/0

snmp-server enable traps frame-relay

snmp-server host 10.5.2.108 xxxxx

snmp-server host 10.5.2.109 xxxxx

3 Replies 3

rwiesmann
Level 4
Level 4

Hi

Give the following commands on the interface. That should help.

logging event subif-link-status

logging event dlci-status-change

Ciao

Roger

Sorry about that, those commands were in there. That was the first thing I tried.

interface Serial0/0

no ip address

encapsulation frame-relay IETF

no ip mroute-cache

logging event subif-link-status

logging event dlci-status-change

no fair-queue

cdp enable

frame-relay class gaming

frame-relay traffic-shaping

frame-relay lmi-type ansi

hold-queue 100 out

Hi again

tja, i guess it should work, especially because the router should send all the

traps anyway.

I had it ones on a cisco 7200 router that he only send the traps linkup/down when i enabled the following command:

snmp-server enable traps snmp

the router the did take the following into the configuration:

snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart

But as i said this was on a different platform.

Roger