And while redistributing, filters are applied through route-map.
Now to analyse, whether routes are getting filtered properly or not, I need to enable route-map debugs and check.
Whats the command to enable it?
I tried debug route-map event debug route-map api debug route-map ipc
Doesnt seems to work.
... View more
@luis_cordova wrote:
https://blog.router-switch.com/2016/10/license-and-warranty-for-cisco-catalyst-3850/
Thanks Luis, that link helped in understanding about trust based license.
However, I had heard that trust based licensing is something CISCO followed earlier and it is different now. Correct me if I am wrong.
So would like to understand the current licensing model as well. Do you have any pointer for that?
Note: The second link that you shared mainly speaks about Licensing Manager. Not really about - what are the different types of licensing available.
... View more
Hi leo,
Thanks for the response.
So for all the variants of ISR G2 except ISR 800 (ie, 1900, 2900, 3900), ISR 4k has replacements (4200, 4300, 4400)
And for (ISR 800) - (ISR 900 and ISR 1000s) are the replacements.
Did I understand it right?
Thanks and regards,
Darshan L.
... View more
When reading an ISR G2 router article I came across this term - " trust-based licenses "
I would like to understand how exactly does this licensing work.
Furthermore, I would like to understand more about licensing that CISCO follows for its IOS/XE software. Any explanation on this would be great or at least a pointer to it would also suffice.
Thanks in advance
... View more
Hi,
I am trying to understand CISCO product line up.
And in which I am going through the router lineup, specifically ISR routers
So i understood, ISR G1 (1800, 2800, 3800) was rolled by cisco initially,
and then cisco rolled out next generation devices under the category ISR G2 (800, 1900, 2900, 3900), which were more powerful than its predecessors and came to market as their replacement.
Then the latest ones in the ISR segment is ISR 4000 series routers (4200, 4300, 4400), which are more powerful than ISR G2.
Below image shows the evolution of ISR routers-
I also came across a series called ISR 1000 under ISR segment (1111x, 111x, 1101 and 1109). Would like to know, where in the timeline of ISR devices does this fall into? And how does performance compare with G1/G2/4k?
... View more
Nice article.
The next part of this article - Getting Started with NETCONF/YANG – Part 2 doesnt seems to be working.
It lands up in the page where it shown error rather the actual content. Could you please look into it?
... View more
What i understand is - ip sla reaction-configuration 1 react timeout threshold-type immediate action-type trapOnly this cmd will generate the SNMP traps in the context of IP SLA when a particular condition is met (when timeout occurs). And this cmd- snmp-server enable traps ipsla will enable the traps to be sent to the SNMP server
Correct me if I am wrong.
So that means both are commands indeed necessary, right?
... View more
What i understand is - ip sla reaction-configuration 1 react timeout threshold-type immediate action-type trapOnly this cmd will generate the SNMP traps in the context of IP SLA when a particular condition is met (when timeout occurs). And this cmd- snmp-server enable traps ipsla will enable the traps to be sent to the SNMP server
Correct me if I am wrong.
So that means both are commands indeed necessary, right?
... View more
Hi Folks,
In the configuration, i see both these commands would be configured-
ip sla reaction-configuration 1 react timeout threshold-type immediate action-type trapOnly and snmp-server enable traps ipsla
I see the when the first command is used, it means to monitor for the timeout threshold and when it happens it s ends an SNMP logging trap when the specified violation type occurs for the monitored element.
But what is the actual purpose of the command snmp-server enable traps ipsla?
Does they looks to do the same job and repetitive, i am wondering. Can you someone please clairfy?
... View more
The parameter "threshold" implicitly defines a threshold value for RTT.
So for instance, if you have set the router config as -
Router(config-ip-sla-tcp)#threshold 70
And if the response packet takes more time than 70msec, then if you check "ip sla summary"
Then in the "Return code", it will show as Threshold exceeded or something of that sort instead of "OK"
... View more