Sunteți pe pagina 1din 3

9/4/2019 ~#: IOS-XR Basic Routing

Más marinvargase@gmail.com Escritorio Cerrar ses

~#
Self Study Always
Think before you type.
With great power comes great responsibility.
IF you don´t take control of your data, someone else Will.
The only Way to Stop a Hacker is to think like One
To gain knowledge there is no shortcut

21 FEBRUARY 2015 ME
MBORILE
IOS-XR Basic Routing Formed in
Networking
+=== create a IPv4 static route Technology,
I love topics related
XRX(config)# router static to
XRX(config-static)# address-family ipv4 unicast Networking/Security/Hac
XRX(config-static-afi)# 10.0.0.0/24 11.0.0.1 king.
XRX(config-static-afi)# commit View my complete
profile
XRX# show route
XRX# show run router static GOOGLE ME

search...
+=== create a IPv6 static route

XRX(config)# router static LINKS USEFUL


XRX(config-static)# address-family ipv6 unicast Linux!
XRX(config-static-afi)# fec0:11::/64 fec0:11::1 Security
XRX(config-static-afi)# commit
Tools
PingETI
XRX# show route ipv6
XRX# show run router static
BLOGROOL

+=== OSPF configuration Packet Storm


DHS Secretary
Nielsen Resigns
XRX(config)# router ospf 1 8 hours ago
XRX(config-ospf)# area 0
XRX(config-ospf-ar)# interface lo0 Malwarebytes
Unpacked
XRX(config-ospf-ar-if)# interface gi 0/0/0/0 A week in security
XRX(config-ospf-ar-if)# interface gi 0/0/0/1 (April 1 – 7)
XRX(config-ospf-ar-if)# area 1 8 hours ago
XRX(config-ospf-ar)# interface lo1 CCIE Blog | INE
Interested in
XRX# show ospf interface brief Microsoft Azure?
Tune into James
XRX# show ospf neigh Rudley’s Newest
XRX# show route ospf Course
6 months ago
IOS XR’s configuration is 100% hierarchical. For example, all features and options for a BGPmon
routing protocol reside within the routing protocol configuration. Parameters that are set Popular Destinations
at the global process for the routing protocol are inherited by the more specific rerouted to Russia
1 year ago
components of the protocol. Setting the OSPF cost parameter globally will set the cost for
all interfaces on a router. CCIE Blog | Perkin
CCIE Continuing
Education Program
XRX(config)# router ospf 1 1 year ago
XRX(config-ospf)# cost 100
XRX(config-ospf)# commit PacketLife.net Blog
Three Months with
Google Fiber
[*] Area Cost Configuration 2 years ago

Forensic Magazine
XRX(config)# router ospf 1 Cluster of
XRX(config-ospf)# area 0 "Megabreaches"
XRX(config-ospf-ar)# cost 50 Compromises a
Whopping 642 Million
XRX(config-ospf-ar)# commit
Passwords
2 years ago
XRX# show ospf interface brief
Free Cisco Lab

tcpflag.blogspot.com/2015/02/ios-xr-basic-routing.html 1/3
9/4/2019 ~#: IOS-XR Basic Routing
Troubleshooting VSS
Failure
4 years ago
+=== iBGP configuration

XRX(config)# router bgp 200 LABELS


XRX(config-bgp)# address-family ipv4 unicast
XRX(config-bgp-af)# network 19.18.1.1/32
Cisco
XRX(config-bgp-af)# exit (129)
XRX(config-bgp)# neighbor 100.0.0.1 Linux
XRX(config-bgp-nbr)# remote-as 200 (65)
XRX(config-bgp-nbr)# update-source lo0 Xadrez
XRX(config-bgp-nbr)# address-family ipv4 unicast (34)
XRX(config-bgp-nbr-af)# next-hop self Security
(30)
XRX# show bgp ipv4 unicast summary Quick
XRX# show bgp ipv4 unicast Notes
(27)
+=== eBGP configuration Hackin
(25)
XRX(config)# router bgp 100 Windows
(14)
XRX(config-bgp)# neighbor 172.16.14.4
OpenBSD
XRX(config-bgp-nbr)# remote-as 200
(11)
XRX(config-bgp-nbr)# address-family ipv4 unicast
Teleco
(10)
XRX# show bgp ipv4 unicast summary 802.11
XRX# show bgp neighbor 172.16.14.4 (8)
FreeBSD
Note: With the above configuration, you will be able to bring the eBGP neighborship up but (8)
there will be no route exchange between the two peers. The reason behind this is, In IOS XR Python
External BGP (eBGP) neighbors must have an inbound and outbound policy configured. If no (7) Frases
(6) About
policy is configured, no routes are accepted from the neighbor, nor are any routes
Me (3)
advertised to it. This added security measure ensures that routes cannot accidentally be
IOS-XR (3)
accepted or advertised in the case of a configuration omission error.
WSA (3)
Fortigate
XRX(config)# route-policy PASS-ALL (1) eXtreme
XRX(config-rpl)# pass (1)
XRX(config-rpl)# end-policy
XRX(config)# router bgp 100 RSS
XRX(config-bgp)# neighbor 172.16.14.4
Posts
XRX(config-bgp-nbr)# address-family ipv4 unicast
XRX(config-bgp-nbr-af)# route-policy PASS-ALL in Comments
XRX(config-bgp-nbr-af)# route-policy PASS-ALL out

XRX# show bgp TOTAL PAGEVIEWS

59,917
IOS XR Route-Policy allows you to perform conditional filtering to help filter the routes.
This can be done using the If-Else statement under the route-policy. The if statement
matches if there is any prefix which has AS 65000 in the AS-PATH, then it will drop the
prefix else will allow the prefix. Example below provides the relevant configuration.

XRX(config)#route-policy BLOCK-AS65000
XRX(config-rpl)# if as-path in (ios-regex '_65000_') then
XRX(config-rpl-if)# drop
XRX(config-rpl-if)# else
XRX(config-rpl-else)# pass
XRX(config-rpl-else)# endif
XRX(config-rpl)# end-policy
XRX(config)# router bgp 100
XRX(config-bgp)# neighbor 172.16.14.4
XRX(config-bgp-nbr)# address-family ipv4 unicast
XRX(config-bgp-nbr-af)# route-policy BLOCK-AS65000 in

IOS-XR Config Guides

biOos
Posted by MBORILE at 20:32
Labels: Cisco, IOS-XR

No comments:
Post a Comment

tcpflag.blogspot.com/2015/02/ios-xr-basic-routing.html 2/3
9/4/2019 ~#: IOS-XR Basic Routing
Links to this post
Create a Link

Newer Post Home Older Post

Subscribe to: Post Comments (Atom)

Picture Window theme. Theme images by mammamaart. Powered by Blogger.

tcpflag.blogspot.com/2015/02/ios-xr-basic-routing.html 3/3

S-ar putea să vă placă și