Been doing some Cisco ASR 9K training off some video's from Youtube,
Man that beast is in a whole other universe.
It's like forget most of what you knew command wise and start re-learning.
Examples?
Its eerily similar to JUNOS....
I've seen VRF's, ethernet's, port channels, BVI's as of recent. Bundle interfaces I have no clue
interface Bundle-Ether99.666 l2transport
description (Outside)
encapsulation dot1q 666
rewrite ingress tag pop 1 symmetric
dampening
route filtering was another head scratch, no more ACL's
extcommunity-set rt EXT_COMM
10999:909
end-set
prefix-set DEFAULT-PS
0.0.0.0/0
end-set
route-policy IMPORT_RP
if destination in DEFAULT-PS and extcommunity rt matches-any EXT_COMM then
done
elseif destination in DEFAULT-PS then
drop
else
pass
endif
end-policy