<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Can we see route  table changes in a log entry?,  can't seem to get this to work in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-see-route-table-changes-in-a-log-entry-can-t-seem-to-get/m-p/35852#M7298</link>
    <description>Basically, EXOS switch does not generate any debug level logs.&lt;BR /&gt;
Any changes in the routing table is logged with debug level, so you will not see them.&lt;BR /&gt;
&lt;BR /&gt;
To enable log debug mode, below command is needed.&lt;BR /&gt;
&lt;BR /&gt;
enable log debug-mode&lt;BR /&gt;
But still you should add which log component to be logged on ems configuration.&lt;BR /&gt;
Checking out log counters will lead you what component you'd like to add.&lt;BR /&gt;
For an example, below is a log counters of RtMgr.WalkInfoAdd on which I think you're intersted.&lt;BR /&gt;
&lt;BR /&gt;
* EXTR-8F-EXSi-LAB-Core.51 # show log counters RtMgr.WalkInfoAdd &lt;BR /&gt;
Component   SubComponent Condition               Severity      Occurred I Ntfd Last Notified Time&lt;BR /&gt;
----------- ------------ ----------------------- ------------- -------- - ---- ----------------------&lt;BR /&gt;
RtMgr                    WalkInfoAdd             Debug-Data          91 Y   49 11/23/2018 10:28:35.20 &lt;BR /&gt;
&lt;BR /&gt;
If you see counters increased here, you can add that component with a CLI command below.&lt;BR /&gt;
&lt;BR /&gt;
configure log filter DefaultFilter add events RtMgr.WalkInfoAdd Then you will see some related logs like,&lt;BR /&gt;
&lt;BR /&gt;
11/23/2018 10:28:35.20 &lt;RTMGR&gt; Walker added  RT Dest=10.254.8.0/24 via 10.254.8.1 vr=2; rtFlags=U------um--f-(0x3c01) NotifFlgs=-----------------O(0x1) rtOrigin=Direct rtMetric=1 rtTTL=0 ifIndex=0xf4246 clntId=0x20056 State=0x0 for vr=2 walker-entries=3 walker-index=4 walker-maxEntries=8 state=011/23/2018 10:28:35.20 &lt;RTMGR&gt; Walker added  RT Dest=10.223.31.0/24 via 10.223.31.1 vr=2; rtFlags=-------um----(0xc00) NotifFlgs=-----------------O(0x1) rtOrigin=Direct rtMetric=1 rtTTL=0 ifIndex=0xf427a clntId=0x20056 State=0x0 for vr=2 walker-entries=2 walker-index=3 walker-maxEntries=8 state=0&lt;BR /&gt;
&lt;BR /&gt;&lt;/RTMGR&gt;&lt;/RTMGR&gt;</description>
    <pubDate>Fri, 23 Nov 2018 08:39:00 GMT</pubDate>
    <dc:creator>Roy_Noh</dc:creator>
    <dc:date>2018-11-23T08:39:00Z</dc:date>
    <item>
      <title>Can we see route  table changes in a log entry?,  can't seem to get this to work</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-see-route-table-changes-in-a-log-entry-can-t-seem-to-get/m-p/35851#M7297</link>
      <description>* IW-Cologix-Core-Switch.2 # sh log configuration filter "DefaultFilter"&lt;BR /&gt;
&lt;BR /&gt;
Log Filter Name: DefaultFilter&lt;BR /&gt;
I/                                                 Severity&lt;BR /&gt;
E Component   SubComponent Condition               CEWNISVD&lt;BR /&gt;
- ----------- ------------ ----------------------- --------&lt;BR /&gt;
I All                                              ********&lt;BR /&gt;
&lt;BR /&gt;
should i be able to a log entry when route table changes?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Nov 2018 21:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-see-route-table-changes-in-a-log-entry-can-t-seem-to-get/m-p/35851#M7297</guid>
      <dc:creator>RC_Barnhart</dc:creator>
      <dc:date>2018-11-16T21:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can we see route  table changes in a log entry?,  can't seem to get this to work</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-see-route-table-changes-in-a-log-entry-can-t-seem-to-get/m-p/35852#M7298</link>
      <description>Basically, EXOS switch does not generate any debug level logs.&lt;BR /&gt;
Any changes in the routing table is logged with debug level, so you will not see them.&lt;BR /&gt;
&lt;BR /&gt;
To enable log debug mode, below command is needed.&lt;BR /&gt;
&lt;BR /&gt;
enable log debug-mode&lt;BR /&gt;
But still you should add which log component to be logged on ems configuration.&lt;BR /&gt;
Checking out log counters will lead you what component you'd like to add.&lt;BR /&gt;
For an example, below is a log counters of RtMgr.WalkInfoAdd on which I think you're intersted.&lt;BR /&gt;
&lt;BR /&gt;
* EXTR-8F-EXSi-LAB-Core.51 # show log counters RtMgr.WalkInfoAdd &lt;BR /&gt;
Component   SubComponent Condition               Severity      Occurred I Ntfd Last Notified Time&lt;BR /&gt;
----------- ------------ ----------------------- ------------- -------- - ---- ----------------------&lt;BR /&gt;
RtMgr                    WalkInfoAdd             Debug-Data          91 Y   49 11/23/2018 10:28:35.20 &lt;BR /&gt;
&lt;BR /&gt;
If you see counters increased here, you can add that component with a CLI command below.&lt;BR /&gt;
&lt;BR /&gt;
configure log filter DefaultFilter add events RtMgr.WalkInfoAdd Then you will see some related logs like,&lt;BR /&gt;
&lt;BR /&gt;
11/23/2018 10:28:35.20 &lt;RTMGR&gt; Walker added  RT Dest=10.254.8.0/24 via 10.254.8.1 vr=2; rtFlags=U------um--f-(0x3c01) NotifFlgs=-----------------O(0x1) rtOrigin=Direct rtMetric=1 rtTTL=0 ifIndex=0xf4246 clntId=0x20056 State=0x0 for vr=2 walker-entries=3 walker-index=4 walker-maxEntries=8 state=011/23/2018 10:28:35.20 &lt;RTMGR&gt; Walker added  RT Dest=10.223.31.0/24 via 10.223.31.1 vr=2; rtFlags=-------um----(0xc00) NotifFlgs=-----------------O(0x1) rtOrigin=Direct rtMetric=1 rtTTL=0 ifIndex=0xf427a clntId=0x20056 State=0x0 for vr=2 walker-entries=2 walker-index=3 walker-maxEntries=8 state=0&lt;BR /&gt;
&lt;BR /&gt;&lt;/RTMGR&gt;&lt;/RTMGR&gt;</description>
      <pubDate>Fri, 23 Nov 2018 08:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-we-see-route-table-changes-in-a-log-entry-can-t-seem-to-get/m-p/35852#M7298</guid>
      <dc:creator>Roy_Noh</dc:creator>
      <dc:date>2018-11-23T08:39:00Z</dc:date>
    </item>
  </channel>
</rss>

