ASR 9K

Started by icecream-guy, January 05, 2018, 09:10:46 AM

Previous topic - Next topic

icecream-guy

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.
:professorcat:

My Moral Fibers have been cut.

deanwebb

Take a baseball bat and trash all the routers, shout out "IT'S A NETWORK PROBLEM NOW, SUCKERS!" and then peel out of the parking lot in your Ferrari.
"The world could perish if people only worked on things that were easy to handle." -- Vladimir Savchenko
Вопросы есть? Вопросов нет! | BCEB: Belkin Certified Expert Baffler | "Plan B is Plan A with an element of panic." -- John Clarke
Accounting is architecture, remember that!
Air gaps are high-latency Internet connections.

wintermute000

Its eerily similar to JUNOS....

icecream-guy

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
:professorcat:

My Moral Fibers have been cut.