Hi all,
I'm trying to understand which router becomes the Active router in an ICCP MC-LAG setup.I've read this post and am struggling to get the basics. If I have this configured:
PE1
=====
redundancy
iccp
group 1
mlacp node 1
mlacp system...
I've been tinkering with MPP on an XR lab.
I can understand the basics of how I would allow, say SSH, access to my out of band management interfaces for 10.1.1.1:
control-plane
management-plane
out-of-band
interface MgmtEth0/RP0/CPU0/0
a...
If I have a controller device advertising flowspec route to a PE, and that PE has the following config on it:
flowspec
address-family ipv4
local-install interface-all
Does this mean that any flow-spec policy that this router receives will be...
So, I've been reading this document:
https://www.cisco.com/c/en/us/td/docs/routers/ios/config/17-x/ip-addressing/b-ip-addressing/m_iadnat-bpa.html
and am trying to understand exactly what "Paired-Address Pooling Limit" is.
I can understand these term...
If I was running WFQ and wanted to give EF traffic 25% of the bandwidth. Would I do something like this?
policy-map POLICY
class DSCP-EF
priority level 1
police rate percent 25
!
!
class class-default
!
end-policy-map
!
The re...
Sorry. Once again. My question is about the election process that determines with of the two POAs becomes the active one. What determines which POA is active?It cannot be the `mlacp system priority x` command - I have tested this and it does not make...
Yes but as my post explains, these need to match in an MC-LAG scenario and they do no dictate which is Active. I am asking what makes the MC-LAG peer Active or Standby.
So... I think, it might be the number of Ports that each IP can be allocated if you have 65401 ports (65535-1024 reserved)Because... 120 * 512 = 6144030 * 2048 = 6144060 * 1024 = 61440250 * 256 = 64000500 * 128 = 640001000 * 64 = 64000But as an examp...