Networking-Forums.com

Professional Discussions => Routing and Switching => Topic started by: icecream-guy on January 05, 2018, 09:10:46 AM

Title: ASR 9K
Post by: icecream-guy on January 05, 2018, 09:10:46 AM
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.
Title: Re: ASR 9K
Post by: deanwebb on January 09, 2018, 08:41:18 AM
Examples?
Title: Re: ASR 9K
Post by: wintermute000 on January 10, 2018, 03:06:06 AM
Its eerily similar to JUNOS....
Title: Re: ASR 9K
Post by: icecream-guy on January 10, 2018, 06:04:41 AM
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