...
New behavior: Logging class for routing/OGS Purpose: ======== Syslog id’s already exist for Routing protocols, extending ?logging class ? option for protocols to have easy access to configure protocol notification/logs. Similarly for Object-group-search, IPv6 stack and IDB Link up/Down notification too. Release : From 9.12 (As this would help existing customer) New CLI: ======= New options added : This command is a global configuration. [no] logging class bgp [no] logging class bfd [no] logging class ipv6 [no] logging class pbr [no] logging class multicast [no] logging class routing [no] logging class sla [no] logging class idb [no] logging class object-group-search Description: =========== Syslog’s already exist for protocols, adding into logging class helps in debugging the issue as to particular module. ciscoasa(config)# logging class ? configure mode commands/options: (skipped other options for readability) bfd BFD Routing bgp BGP Routing idb Interface ipv6 IPv6 Stack multicast Multicast Routing object-group-search Object group search pbr Policy Based Routing routing All Routing sla SLA Object-tracking Supporting Modes: ================= All Examples: ciscoasa(config)# show run logging logging enable logging timestamp logging class bgp console debugging logging class bfd console debugging logging class pbr console debugging logging class ipv6 console debugging logging class sla console debugging logging class multicast console debugging logging class routing console debugging logging class object-group-search console debugging logging class idb console debugging logging class idb console debugging ciscoasa(config-if)# shut Feb 06 2023 05:33:14: %ASA-4-411004: Interface gig0, changed state to administratively down Feb 06 2023 05:33:14: %ASA-4-411004: Interface GigabitEthernet0/0, changed state to administratively down ciscoasa(config-if)# no shut ciscoasa(config-if)# Feb 06 2023 05:33:21: %ASA-4-411003: Interface GigabitEthernet0/0, changed state to administratively up Feb 06 2023 05:33:21: %ASA-4-411003: Interface gig0, changed state to administratively up logging class object-group-search console debugging ciscoasa(config)# Feb 06 2023 05:3425: %ASA-7-815004: OGS: Packet ICMP from gig4:65.1.1.1/60084 to identity:65.1.1.2/0 matched (0) source network objects and (0) destination network objects total search entries (0). Resultant key-set has (1) entries Feb 06 2023 05:34:25: %ASA-7-815004: OGS: Packet ICMP from gig4:65.1.1.1/60085 to identity:65.1.1.2/0 matched (0) source network objects and (0) destination network objects total search entries (0). Resultant key-set has (1) entries logging class routing console debugging Feb 06 2023 05:33:14: %ASA-6-317080: Deleted connected route 89::/64 [0/0] via GigabitEthernet0/0 Feb 06 2023 05:33:14: %ASA-6-317080: Deleted connected route 89::50/128 [0/0] via GigabitEthernet0/0 Feb 06 2023 05:33:14: %ASA-6-317080: Deleted connected route fe80::/10 [0/0] via GigabitEthernet0/0 Feb 06 2023 05:33:14: %ASA-6-317080: Deleted connected route ff00::/8 [0/0] via GigabitEthernet0/0 Feb 06 2023 05:33:14: %ASA-6-317078: Deleted CONNECTED route 89.1.1.0 255.255.255.0 via 0.0.0.0 [0/0] on GigabitEthernet0/0 Feb 06 2023 05:33:14: %ASA-6-317078: Deleted CONNECTED route 89.1.1.50 255.255.255.255 via 0.0.0.0 [0/0] on GigabitEthernet0/0 Feb 06 2023 05:33:21: %ASA-6-317079: Added connected route fe80::/10 [0/0] via GigabitEthernet0/0 Feb 06 2023 05:33:21: %ASA-6-317079: Added connected route ff00::/8 [0/0] via GigabitEthernet0/0 Feb 06 2023 05:33:21: %ASA-6-317077: Added CONNECTED route 89.1.1.0 255.255.255.0 via 0.0.0.0 [0/0] on GigabitEthernet0/0 Feb 06 2023 05:33:21: %ASA-6-317077: Added CONNECTED route 89.1.1.50 255.255.255.255 via 0.0.0.0 [0/0] on GigabitEthernet0/0 Feb 06 2023 05:33:24: %ASA-6-317079: Added connected route 89::50/128 [0/0] via GigabitEthernet0/0 Feb 06 2023 05:33:24: %ASA-6-317079: Added connected route 89::50/64 [0/0] via GigabitEthernet0/0 logging class bgp console debugging Feb 06 2023 05:40:17: %ASA-3-418018: neighbor 46:46:46::2 Down User reset Feb 06 2023 05:40:17: %ASA-3-418018: neighbor 46:46:46::2 IPv6 Unicast topology base removed from session User reset Feb 06 2023 05:40:17: %ASA-3-418018: neighbor 46.46.46.2 Down User reset Feb 06 2023 05:40:17: %ASA-3-418018: neighbor 46.46.46.2 IPv4 Unicast topology base removed from session User reset Feb 06 2023 05:40:41: %ASA-3-418018: neighbor 46:46:46::2 Up Feb 06 2023 05:40:45: %ASA-3-418018: neighbor 46.46.46.2 Up Feb 06 2023 05:43:27: %ASA-3-418018: neighbor 46.46.46.2 IPv4 Unicast topology base removed from session BGP Notification received
additional debuggablity