User Tools

Site Tools


networking:cisco-1921

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
networking:cisco-1921 [19/06/2025 22:10] andrewnetworking:cisco-1921 [24/06/2025 22:58] (current) andrew
Line 1: Line 1:
 ====== Cisco 1921 Gigabit router ====== ====== Cisco 1921 Gigabit router ======
  
 +{{:networking:cisco1921.png?400 |Cisco 1921}}
 +Replaces [[cisco-1841|Cisco ADSL & 1841 router]] as this is a Fast Ethernet only router, the 1921 is a similar router but with Ge0/0 and Ge0/1 interfaces and two hwic slots. I have a EHWIC-1GE-SFP-CU card as well because in the foreseeable future I will need to bring the internet in from the ISP ONT. 
 +{{ :networking:cisco-ehwic-sfp.png?100|Without SFP module}}
 +Note this is NOT a direct fibre from the ISP, it is fibre to the ONT, then a Ethernet to fibre converter and on to the 1941 SFP fibre in a different building.
  
-Replaces [[cisco-1841|Cisco ADSL & 1841 router]] as this is a Fast Ethernet only router, the 1921 is a similar router but with Ge0/0 and Ge0/1 interfaces and two hwic slots. I have a EHWIC-1GE-SFP-CU card as well because in the foreseeable future I will need to bring the internet in from the ISP ONTNote this is NOT a direct fibre from the ISP, it is fibre to the ONT, then a Ethernet to fibre converter and on to the 1941 SFP fibre in a different building. +{{:networking:ehwic-1ge-sfp.png?200|sfp fibre module fitted}}
  
 First problem... First problem...
Line 30: Line 33:
  
  
 +Carrying on without the WIC interface, just a copy and paste from the previous but with ''GigabitEthernet'' rather than ''FastEthernet''.
 +
 +
 +
 +I had this before but didn't document it:-
 +
 +<code>
 +Please create RSA keys to enable SSH (and of atleast 768 bits for SSH v2).
 +</code>
 +
 +Solution is to create the key. Many helpful posts on the various forums etc. BUT none seemed to specify the commands below needed to be run in the ''conf t'' session not just at the command line.
 +
 +<code>
 +router01(config)#crypto key generate rsa modulus 2048
 +The name for the keys will be: router01.rainsbrook.co.uk
 +
 +% The key modulus size is 2048 bits
 +% Generating 2048 bit RSA keys, keys will be non-exportable...[OK]
 +
 +int-router01(config)#
 +*Jun 20 15:24:41.599: %SSH-5-ENABLED: SSH 2.0 has been enabled
 +router01(config)#
 +</code>
 +
 +
 +Banner text for a multiline statement is a bit unusual:-
 +
 +<code>
 +router01(config)#banner login $      
 +Enter TEXT message.  End with the character '$'
 ++-------------------------------------------------------+
 +|                                                       |
 +|  Legal Warning - Access forbidden unless authorized   |
 +|                                                       |
 ++-------------------------------------------------------+
 +|             This is a private system and              |
 +|      is only for the use of authorized personnel.     |
 +|                                                       |
 ++-------------------------------------------------------+
 +|                                                       |
 +|  If you are allowed access, you will have been told.  |
 +|    If you have to ask anyone if you are authorized,   |
 +|                                                       |
 +|                   -*YOU AREN'T*-                      |
 +|                                                       |
 ++-------------------------------------------------------+
 +
 +$
 +router01(config)#
 +</code>
 +
 +
 +{{:networking:450px-fttp-ont-pon.jpg?100|}}
networking/cisco-1921.1750371034.txt.gz · Last modified: by andrew

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki