<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>XR - Tag - Fryguy's Blog</title><link>https://hugo.fryguy.net/tags/xr/</link><description>XR - Tag - Fryguy's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 06 Nov 2012 15:02:15 +0000</lastBuildDate><atom:link href="https://hugo.fryguy.net/tags/xr/" rel="self" type="application/rss+xml"/><item><title>IOS XR – Cisco Videos and Training</title><link>https://hugo.fryguy.net/2012/11/06/ios-xr-cisco-videos-and-training/</link><pubDate>Tue, 06 Nov 2012 15:02:15 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2012/11/06/ios-xr-cisco-videos-and-training/</guid><description><![CDATA[<p style="text-align: center;">
  <a href="/wp-content/uploads/2012/09/iosxrfryguy-8.jpg"></a>
</p>
<p style="text-align: center;">
  Ok, I know I said I was done with the IOS XR stuff, but just had to share this.<br /> Cisco has posted some Videos on YouTube, they are below for your enjoyment.
</p>
<p style="text-align: center;">
  Also, if you are looking for an IOS XR book &#8211; here is a <a href="http://www.amazon.com/gp/product/1587052717/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1587052717&linkCode=as2&tag=frygunet-20" target="_blank" rel="noopener noreferrer">link</a> to the one on Amazon.
</p>
<p style="text-align: center;">
  <a href="http://www.amazon.com/gp/product/1587052717/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1587052717&linkCode=as2&tag=frygunet-20" target="_blank" rel="noopener noreferrer"></a>
</p>
<h3 style="text-align: center;">
  <span style="color: #0000ff;">Introduction to IOS XR CLI and Configuration</span>
</h3>
<p style="text-align: center;">
  [youtube=http://youtu.be/v16-jJE5_yA]
</p>
<p style="text-align: center;">]]></description></item><item><title>IOS XR – Loading Configs and Replacing Configs</title><link>https://hugo.fryguy.net/2012/10/16/ios-xr-loading-configs-and-replacing-configs/</link><pubDate>Tue, 16 Oct 2012 18:06:50 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2012/10/16/ios-xr-loading-configs-and-replacing-configs/</guid><description><![CDATA[<p><a href="/wp-content/uploads/2012/09/iosxrfryguy-8.jpg" rel=""></a><br>
One last IOS XR post and then it will be time to post the IOS XR workbook.<br>
Ok, let’s quickly look at loading a configuration from the disk and overwriting an existing configuration.<br>
I have copied a config to disk0a: called newconfig.txt.  What I want to do is install this configuration as the running config on the router.<br>
1626        -rwx  204         Wed Oct 17 01:21:30 2012  newconfig.txt<br>
So to start, lets delete the existing configuration<br>
<span style="color: #0000ff;">RP/0/RSP0/CPU0:R1(config)#</span><span style="color: #ff0000;">commit replace</span><br>
<span style="color: #0000ff;">Wed Oct 17 01:21:43.406 UTC</span><br>
<span style="color: #0000ff;">This commit will replace or remove the entire running configuration. This</span><br>
<span style="color: #0000ff;">operation can be service affecting.</span><br>
<span style="color: #0000ff;">Do you wish to proceed? [no]:<span style="color: #ff0000;"> y</span></span><br>
<span style="color: #0000ff;">RP/0/RSP0/CPU0:ios(config)#</span><br>
<span style="color: #0000ff;">RP/0/RSP0/CPU0:ios(config)#<span style="color: #ff0000;">exit</span></span><br>
Ok, so now we are at an unconfigured device.  Now we can load the config on the disk to the running config.<br>
<span style="color: #0000ff;">RP/0/RSP0/CPU0:ios(config)#<span style="color: #ff0000;">load disk0a:/newconfig.txt</span></span><br>
<span style="color: #0000ff;">Loading.</span><br>
<span style="color: #0000ff;">204 bytes parsed in 1 sec (203)bytes/sec</span></p>]]></description></item><item><title>IOS XR – Route Filtering</title><link>https://hugo.fryguy.net/2012/09/27/ios-xr-route-filtering/</link><pubDate>Thu, 27 Sep 2012 12:33:22 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2012/09/27/ios-xr-route-filtering/</guid><description><![CDATA[<p><a href="/wp-content/uploads/2012/09/iosxrfryguy-8.jpg" rel=""></a><br>
 <br>
 <br>
Ok, now that BGP has been covered, lets talk about filtering routes received from our neighbor.  Here I have created some additional Loopbacks on R2 that are being advertised to R1:<br>
<span style="color: #0000ff;">RP/0/7/CPU0:R1#<span style="color: #ff0000;">sh ip route bgp</span></span><br>
<span style="color: #0000ff;">Fri Mar 30 13:13:36.797 UTC</span><br>
<span style="color: #0000ff;">B    200.100.200.100/32 [20/0] via 2.2.2.2, 00:00:42</span><br>
<span style="color: #0000ff;">B    200.200.200.200/32 [20/0] via 2.2.2.2, 13:45:00</span><br>
<span style="color: #0000ff;">B    200.200.200.203/32 [20/0] via 2.2.2.2, 00:00:42</span><br>
<span style="color: #0000ff;">B    200.200.200.204/32 [20/0] via 2.2.2.2, 00:00:42</span><br>
<span style="color: #0000ff;">B    200.200.200.205/32 [20/0] via 2.2.2.2, 00:00:42</span><br>
<span style="color: #0000ff;">B    200.200.200.206/32 [20/0] via 2.2.2.2, 00:00:42</span><br>
<span style="color: #0000ff;">B    200.200.200.207/32 [20/0] via 2.2.2.2, 00:00:42</span><br>
<span style="color: #0000ff;">B    200.200.200.208/32 [20/0] via 2.2.2.2, 00:00:42</span><br>
<span style="color: #0000ff;">B    200.200.200.209/32 [20/0] via 2.2.2.2, 00:00:42</span><br>
<span style="color: #0000ff;">B    200.200.200.210/32 [20/0] via 2.2.2.2, 00:00:42</span><br>
<span style="color: #0000ff;">RP/0/7/CPU0:R1#</span><br>
As you can see, we are getting a bunch of 200.200.200.x/32 routes now as well as a 200.100.200.100/32 route.  For this exercise, lets filter our all the 200.200.200.x routes we are receiving from our neighbor.<br>
Ok, lets create a prefix-set for the loopback we want to permit:<br>
<span style="color: #0000ff;">RP/0/7/CPU0:R1(config)#<span style="color: #ff0000;">conf t</span></span><br>
<span style="color: #0000ff;">RP/0/7/CPU0:R1(config)#<span style="color: #ff0000;">prefix-set R2Loopbacks</span></span></p>]]></description></item><item><title>IOS XR – ISIS</title><link>https://hugo.fryguy.net/2012/09/21/ios-xr-isis/</link><pubDate>Fri, 21 Sep 2012 12:37:49 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2012/09/21/ios-xr-isis/</guid><description><![CDATA[<p align="center">
  
</p>
<p>Time for some IS-IS routing! Between IS-IS and OSPF, those are the two most coming SP core routing protocols.<br>
<span style="color: blue;">RP/0/7/CPU0:R1#<span style="color: red;">conf t<br /> </span>Thu Mar 29 22:09:12.786 UTC</span><br>
First we need to name our process<br>
<span style="color: blue;">RP/0/7/CPU0:R1(config)#</span><span style="color: red;">router isis LAB</span><br>
Then configure our Network Entity ( Area )<br>
<span style="color: blue;">RP/0/7/CPU0:R1(config-isis)#</span><span style="color: red;">net 49.0000.0000.0001.00</span><br>
Then we assign the interfaces to the process, as well as the address family.<br>
<span style="color: blue;">RP/0/7/CPU0:R1(config-isis)#<span style="color: red;">int l0</span><br /> RP/0/7/CPU0:R1(config-isis-if)#<span style="color: red;">address-family ipv4<br /> </span>RP/0/7/CPU0:R1(config-isis-if-af)#<span style="color: red;">exit</span><br /> RP/0/7/CPU0:R1(config-isis-if)#<span style="color: red;">address-family ipv6</span><br /> RP/0/7/CPU0:R1(config-isis-if-af)# <span style="color: red;">exit</span><br /> RP/0/7/CPU0:R1(config-isis-if)#<span style="color: red;">int g0/3/0/2<br /> </span>RP/0/7/CPU0:R1(config-isis-if)#<span style="color: black;">address-family ipv4</span><br /> RP/0/7/CPU0:R1(config-isis-if-af)# <span style="color: red;">exit</span><br /> RP/0/7/CPU0:R1(config-isis-if)#<span style="color: red;">address-family ipv6<br /> </span>RP/0/7/CPU0:R1(config-isis-if-af)# <span style="color: red;">exit</span><br /> RP/0/7/CPU0:R1(config-isis-if)#</span> <span style="color: red;">exit</span><br>
Notice I did not specify an IS-IS Level when I started, but we can set this to Level-2<br>
<span style="color: blue;">RP/0/7/CPU0:R1(config-isis)#</span><span style="color: red;">is-type level-2-only</span><br>
Now, when we show the config, you will notice Level-2 is set to the top of the config when applied, not in the order I entered it. This is the beauty of a staging config, you can enter some things in the wrong order but they will be applied in the correct order.</p>]]></description></item><item><title>IOS XR – RIP</title><link>https://hugo.fryguy.net/2012/09/19/ios-xr-rip/</link><pubDate>Wed, 19 Sep 2012 12:28:06 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2012/09/19/ios-xr-rip/</guid><description><![CDATA[<p align="center">
  
</p>
<p>Ok, time for the next routing protocol – RIP. Why would you use IOS XR for RIP? Well, if you have a CE device that only has a few networks, RIP is a perfect protocol. Keep in mind that IOS XR is code built for a Service Provider network, so PE-CE relationships are what these routers are about. Another quick note on these labs, I do not show the configuraiton of the other device (R2) as it is just a mirrored config.<br>
Plus – it is just good to know different options.<br>
<span style="color: blue;">RP/0/7/CPU0:R1#<span style="color: red;">conf t<br /> </span>Thu Mar 29 20:37:44.801 UTC<br /> RP/0/7/CPU0:R1(config)#<span style="color: red;">router rip</span><br /> RP/0/7/CPU0:R1(config-rip)#<span style="color: red;">int l0<br /> </span>RP/0/7/CPU0:R1(config-rip-if)#<span style="color: red;">int g0/3/0/2<br /> </span>RP/0/7/CPU0:R1(config-rip-if)#<span style="color: red;">^Z</span><br /> Uncommitted changes found, commit them before exiting(yes/no/cancel)? [cancel]:<span style="color: red;">yes</span><br /> </span><br>
Notice I did not do a COMMIT, but since the router knows I was making changes it asked me.<br>
Let’s check our IP protocols:<br>
<span style="color: blue;">RP/0/7/CPU0:R1#<span style="color: red;">sh ip proto</span><br /> Thu Mar 29 20:39:20.919 UTC</span><br>
<span style="color: blue;">Routing Protocol RIP<br /> 1 VRFs (including default) configured, 1 active<br /> 6 routes, 3 paths have been allocated<br /> Current OOM state is “Normal”<br /> UDP socket descriptor is 42<br /> VRF Active If-config If-active Routes Paths Updates<br /> default Active 2 2 6 3 30s<br /></p>]]></description></item><item><title>IOS XR – EIGRP</title><link>https://hugo.fryguy.net/2012/09/17/ios-xr-eigrp/</link><pubDate>Mon, 17 Sep 2012 13:01:25 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2012/09/17/ios-xr-eigrp/</guid><description><![CDATA[<p align="center">
  
</p>
<p>Up next is IOS XR and EIGRP<br>
<span style="color: blue;">RP/0/7/CPU0:R1#<span style="color: red;">conf t</span><br /> Thu Mar 29 20:07:53.797 UTC<br /> RP/0/7/CPU0:R1(config)#<span style="color: red;">no router ospf LAB<br /> </span>RP/0/7/CPU0:R1(config)#</span><span style="color: red;">commit</span><br>
Once that is deleted, we can now continue with EIGRP configuration.<br>
Just like IOS, we need to give it a process ID<br>
<span style="color: blue;">RP/0/7/CPU0:R1(config)#<br /> RP/0/7/CPU0:R1(config)#</span><span style="color: red;">router eigrp 1</span><br>
Here is where the difference starts, we need to select the Address family first<br>
<span style="color: blue;">RP/0/7/CPU0:R1(config-eigrp)#<span style="color: red;">address-family ipv4</span></span><br>
Enter no auto-summary ( this is habitual to be honest )<br>
<span style="color: blue;">RP/0/7/CPU0:R1(config-eigrp-af)#</span><span style="color: red;">no auto-summary</span><br>
Then assign the interfaces you want in EIGRP<br>
<span style="color: blue;">RP/0/7/CPU0:R1(config-eigrp-af)#<span style="color: red;">int</span> l0<br /> RP/0/7/CPU0:R1(config-eigrp-af-if)#<span style="color: red;">int g0/3/0/2<br /> </span>RP/0/7/CPU0:R1(config-eigrp-af-if)#<span style="color: red;">exit</span><br /> RP/0/7/CPU0:R1(config-eigrp-af)#<span style="color: red;">exit</span><br /> RP/0/7/CPU0:R1(config-eigrp)#<span style="color: red;">exit</span><br /> RP/0/7/CPU0:R1(config)#<span style="color: red;">commit</span><br /> Thu Mar 29 20:08:59.108 UTC<br /> RP/0/7/CPU0:R1(config)#exit</span></p>]]></description></item><item><title>IOS XR – OSPF Configuration</title><link>https://hugo.fryguy.net/2012/09/14/ios-xr-ospf-configuration/</link><pubDate>Fri, 14 Sep 2012 13:22:03 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2012/09/14/ios-xr-ospf-configuration/</guid><description><![CDATA[<p align="center">
  
</p>
<p> </p>
<p class="MsoNoSpacing">
  <span style="font-family: 'Courier New';"><br style="font-family: 'Courier New';" /></span>
</p>
<p class="MsoNoSpacing">
  <span style="font-family: 'Courier New';">Time for some OSPF configs, these will build off the previous configs we just did.<span style="mso-spacerun: yes;">  </span>For this lab, the other router, R2, was<br /> preconfigured to support the connections.<span style="mso-spacerun: yes;"><br /> </span></span>
</p>
<p class="MsoNoSpacing">
  <span style="font-family: 'Courier New';">We will place our loopback and out g0/3/0/2 interface into OSPF process LAB and area 0.0.0.0</span>
</p>
<p class="MsoNoSpacing">
  <span style="font-family: 'Courier New'; color: #0070c0;">RP/0/7/CPU0:R1#<br /> RP/0/7/CPU0:R1#</span><span style="font-family: 'Courier New'; color: red;">conf t</span><span style="font-family: 'Courier New'; color: #002060;"><br /> Thu Mar 29 19:37:52.671 UTC<br style="mso-special-character: line-break;" /><br /> <br style="mso-special-character: line-break;" />Defineour OSPF process name</span><span style="font-family: 'Courier New'; color: #0070c0;"><br /> RP/0/7/CPU0:R1(config)#</span><span style="font-family: 'Courier New'; color: red;">router ospf LAB</span>
</p>
<p><span style="font-family: 'Courier New'; color: #002060;">Now to define our area first</span><span style="font-family: 'Courier New'; color: #0070c0;"><br /> RP/0/7/CPU0:R1(config-ospf)#</span><span style="font-family: 'Courier New'; color: red;">area 0.0.0.0</span></p>
<p class="MsoNoSpacing">
  <span style="font-family: 'Courier New'; color: #002060;">Now we can place the interfaces into the area, no need to entering subnets</span><span style="font-family: 'Courier New'; color: #0070c0;"><br /> RP/0/7/CPU0:R1(config-ospf-ar)#</span><span style="font-family: 'Courier New'; color: red;">inter loo0</span><span style="font-family: 'Courier New'; color: #0070c0;"><br /> RP/0/7/CPU0:R1(config-ospf-ar-if)#</span><span style="font-family: 'Courier New'; color: red;">inter g0/3/0/2</span><span style="font-family: 'Courier New'; color: #0070c0;"><br /> RP/0/7/CPU0:R1(config-ospf-ar-if)#</span><span style="font-family: 'Courier New'; color: red;">exit</span><span style="font-family: 'Courier New'; color: #0070c0;"><br /> RP/0/7/CPU0:R1(config-ospf-ar)#</span><span style="font-family: 'Courier New'; color: red;">exit</span><span style="font-family: 'Courier New'; color: #0070c0;"><br /> RP/0/7/CPU0:R1(config-ospf)#</span><span style="font-family: 'Courier New'; color: red;">exit</span><span style="font-family: 'Courier New'; color: #0070c0;"><br /> RP/0/7/CPU0:R1(config)#</span><span style="font-family: 'Courier New'; color: red;">commit</span>
</p>
<p class="MsoNoSpacing">
  <span style="font-family: 'Courier New'; color: #0070c0;">Thu Mar 29 19:38:15.182 UTC<br /> RP/0/7/CPU0:R1(config)#</span>
</p>
<p class="MsoNoSpacing">
  <span style="font-family: 'Courier New';">Now to look at our IP Protocols running:</span><span style="font-family: 'Courier New'; color: #0070c0;"><br /> RP/0/7/CPU0:R1#</span><span style="font-family: 'Courier New'; color: red;">sh ip proto</span><span style="font-family: 'Courier New'; color: #0070c0;"><br /> Thu Mar 29 19:38:24.113 UTC<br /> Routing Protocol OSPF LAB<span style="mso-spacerun: yes;"><br /> </span>Router Id: 1.1.1.1<span style="mso-spacerun: yes;"><br /> </span>Distance: 110<span style="mso-spacerun: yes;"><br /> </span>Non-Stop Forwarding: Disabled<span style="mso-spacerun: yes;"><br /> </span>Redistribution:<span style="mso-spacerun: yes;"><br /> </span>None<span style="mso-spacerun: yes;"><br /> </span>Area 0.0.0.0<span style="mso-spacerun: yes;"><br /> </span>Loopback0<span style="mso-spacerun: yes;"><br /> </span>GigabitEthernet0/3/0/2<br /> RP/0/7/CPU0:R1#</span>
</p>
<p class="MsoNoSpacing">]]></description></item><item><title>IOS XR – Remote Access Services – Telnet and SSH</title><link>https://hugo.fryguy.net/2012/09/12/ios-xr-remote-access-services-telnet-and-ssh/</link><pubDate>Wed, 12 Sep 2012 13:04:55 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2012/09/12/ios-xr-remote-access-services-telnet-and-ssh/</guid><description><![CDATA[<p align="center">
  
</p>
<p>We need to have a way to remote access this device, and by default SSH and TELNET are not enabled.<br>
First up, the easy one – telnet.<br>
<span style="color: blue;">RP/0/RSP0/CPU0:R1(config)#</span><span style="color: red;">telnet ipv4 server max-servers 10</span><br>
And like that, we can telnet.<br>
Ok, onto SSH – but before setting up SSH, we need to generate an RSA key. This is a bit different as you do not do this from config mode.<br>
First up, add your domain-name if you do not have one:<br>
<span style="color: blue;">RP/0/RSP0/CPU0:R1(config)#<span style="color: red;">domain name fryguy.net<br /> </span>RP/0/RSP0/CPU0:R1(config)#<span style="color: red;">commit</span><br /> RP/0/RSP0/CPU0:R1#crypto key generate rsa<br /> Sat Apr 21 00:36:07.790 UTC<br /> The name for the keys will be: the_default<br /> Choose the size of the key modulus in the range of 512 to 2048 for your General Purpose Keypair. Choosing a key modulus greater than 512 may take a few minutes.</span><br>
<span style="color: blue;">How many bits in the modulus [1024]: 2048<br /> Generating RSA keys …<br /> Done w/ crypto generate keypair<br /> [OK]</span><br>
<span style="color: blue;">RP/0/RSP0/CPU0:R1#<br /></p>]]></description></item><item><title>IOS XR – Processes</title><link>https://hugo.fryguy.net/2012/09/10/ios-xr-processes/</link><pubDate>Mon, 10 Sep 2012 12:27:58 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2012/09/10/ios-xr-processes/</guid><description><![CDATA[<p><a href="/wp-content/uploads/2012/05/iosxrfryguy-21.jpg" rel=""></a><br>
So, since IOS XR is based on QNX, the SHOW PROCESSES command is a bit different then you would see in IOS. In IOS XR, you can actually query processes and see what is going on.<br>
Here is a way to see what BGP is doing :<br>
<span style="color: blue;">RP/0/RSP0/CPU0:R2#<span style="color: red;">sh processes bgp</span><br /> Tue Apr 24 01:23:06.343 UTC<br /> Job Id: 1039<br /> PID: 2941214<br /> Executable path: /disk0/iosxr-routing-4.1.2/bin/bgp<br /> Instance #: 1<br /> Version ID: 00.00.0000<br /> Respawn: ON<br /> Respawn count: 4<br /> Max. spawns per minute: 12<br /> Last started: Tue Apr 10 05:31:26 2012<br /> Process state: Run<br /> Package state: Normal<br /> Started on config: ipc/gl/ip-bgp/meta/speaker/default<br /> core: MAINMEM<br /> Max. core: 0<br /> Placement: Placeable<br /> startup_path: /pkg/startup/bgp.startup<br /> Ready: 0.338s<br /> Available: 25.582s<br /> Process cpu time: 63.719 user, 1.074 kernel, 64.793 total<br /> JID TID CPU Stack pri state TimeInState HR:MM:SS:MSEC NAME<br /> 1039 1 1 312K 10 Receive 0:01:01:0795 0:00:00:0249 bgp<br /> 1039 2 1 312K 10 Receive 331:51:39:0224 0:00:00:0000 bgp<br /> 1039 3 0 312K 10 Receive 331:51:39:0223 0:00:00:0001 bgp<br /> 1039 4 1 312K 10 Sigwaitinfo 331:51:39:0129 0:00:00:0000 bgp<br /> 1039 5 0 312K 10 Receive 0:00:01:0764 0:00:00:0005 bgp<br /> 1039 6 1 312K 10 Receive 0:00:01:0760 0:00:00:0016 bgp<br /> 1039 7 0 312K 10 Receive 0:00:23:0239 0:00:02:0242 bgp<br /> 1039 8 0 312K 10 Receive 0:00:03:0321 0:00:02:0280 bgp</span><br>
<span style="color: blue;"></p>]]></description></item><item><title>IOS XR – Wildcard Masks</title><link>https://hugo.fryguy.net/2012/09/07/ios-xr-wildcard-masks-2/</link><pubDate>Sat, 08 Sep 2012 01:24:21 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2012/09/07/ios-xr-wildcard-masks-2/</guid><description><![CDATA[<p><a href="/wp-content/uploads/2012/05/iosxrfryguy-21.jpg" rel=""></a><br>
Sorry for the lapse in posting. I am working on something that I think is pretty cool. Should be ready for publication soon!<br>
But back to IOS XR for a quick post!<br>
A really cool thing with IOS XR is interface wildcards.<br>
If you want to only see the Loopback interfaces, all of them. Normally you would do something like Show int br | in Loop, but with XR you can use a wildcard (<em>)<br>
<span style="color: blue;">RP/0/7/CPU0:R1#<span style="color: red;">sh int l</em> br<br /> </span>Mon Apr 16 17:21:08.088 UTC<br /> Intf Intf LineP Encap MTU BW<br /> Name State State Type (byte) (Kbps)<br /> ———————————————————————-<br /> Lo0 up up Loopback 1500 0<br /> Lo100 up up Loopback 1500 0<br /> Lo666 up up Loopback 1500 0<br /> Lo667 up up Loopback 1500 0<br /> Lo1000 up up Loopback 1500 0</span><br>
<span style="color: blue;">RP/0/7/CPU0:R1#</span></p>]]></description></item></channel></rss>