cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1382
Views
0
Helpful
1
Replies

Cisco 4710 ACE syslogs generating issue

I have 4710 ACE load balancer with three virtual contexts, i have configured the three contexts with the syslog configuration to send the logs to a syslog server as below:

logging enable

logging trap 5

logging buffered 7

logging host 10.x.x.x udp/514

I can see the logs generated from the admin context conly and not from the other two context, below is the show logging from two context:

switch/Admin# sh logging

Syslog logging:                 enabled

Facility:                       20

History logging:                disabled

Trap logging:                   enabled (level - notifications)

Timestamp logging:              disabled

Fastpath logging:               disabled

Persist logging:                disabled

Standby logging:                disabled

Rate-limit logging:             disabled (min - 0 max 100000 msgs/sec)

Console logging:                disabled

Monitor logging:                disabled

        Logging to 10.253.147.222 udp/514

Device ID:                      disabled

Message logging:                none

Buffered logging:               enabled (level - debugging) maximum size 1048576

Buffer info: current size - 1048576 global pool - 1048576 used pool - 1048576

                min - 0 max - 1048576

                cur ptr = 493382 wrapped - yes

switch/prodcar# sh logging

Syslog logging:                 enabled

Facility:                       20

History logging:                disabled

Trap logging:                   enabled (level - notifications)

Timestamp logging:              disabled

Fastpath logging:               enabled

Persist logging:                disabled

Standby logging:                disabled

Rate-limit logging:             disabled (min - 0 max 100000 msgs/sec)

Console logging:                enabled (level - debugging)

Monitor logging:                enabled (level - debugging)

        Logging to 10.253.147.222 udp/514

Device ID:                      disabled

Message logging:                none

Buffered logging:               enabled (level - notifications) maximum size 0

Buffer info: current size - 0 global pool - 1048576 used pool - 1048576

                min - 0 max - 0

                cur ptr = 0 wrapped - yes

i think the issue with thw Buffered logging size but i dont know how to change that.

Also note that the software version is A3(2.0)

1 Reply 1

Hi Mohammed ,

You issue is :

global pool - 1048576 used pool - 1048576

Split the syslog resources between contexts.

As a workaround on the Admin context : clear logg

Dan