<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>ASR9000 - Tag - Fryguy's Blog</title><link>https://hugo.fryguy.net/tags/asr9000/</link><description>ASR9000 - Tag - Fryguy's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Thu, 19 Sep 2013 13:06:31 +0000</lastBuildDate><atom:link href="https://hugo.fryguy.net/tags/asr9000/" rel="self" type="application/rss+xml"/><item><title>Cisco ASR9904 Series Router</title><link>https://hugo.fryguy.net/2013/09/19/cisco-asr9904-series-router/</link><pubDate>Thu, 19 Sep 2013 13:06:31 +0000</pubDate><author>Fryguy</author><guid>https://hugo.fryguy.net/2013/09/19/cisco-asr9904-series-router/</guid><description><![CDATA[<p align="center">
  
</p>
<p align="left">
  Ok, not new information but kind of new information to share.
</p>
<p align="left">
  Back in June during Cisco Live Orlando 2013 during the session<em> BRKARC-2003 –  Cisco ASR9000 System Architecture</em> there where some slides that discussed a couple new ASR9000 series routers, the ASR9904 and ASR9912.
</p>
<p align="left">
  The ASR9904 is supposed to be released in October &#8217;13,  and that happens to also coincide with the rumored IOS-XR 5.1 release of code.  Well, to date only the ASR9912 has been announced ( <a href="http://www.cisco.com/en/US/products/ps13288/index.html">http://www.cisco.com/en/US/products/ps13288/index.html</a> ), but with the recent release of the IOS-XR 5.1 Release Notes on Cisco&#8217;s website, the ASR9904 is listed there as can be seen in a snippet from that file:  ( the original pdf release notes can be found here <a href="http://www.cisco.com/en/US/docs/routers/asr9000/software/asr9k_r5.1/general/release/notes/reln_510a9k.pdf">http://www.cisco.com/en/US/docs/routers/asr9000/software/asr9k_r5.1/general/release/notes/reln_510a9k.pdf</a> )
</p>
<p align="left">]]></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></channel></rss>