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 [17/11/2025 11:15] – [Background] andrewnetworking:cisco-1921 [18/11/2025 16:04] (current) – [Running Config] andrew
Line 10: Line 10:
    
 {{ :networking:cisco-ehwic-sfp.png?100|Without SFP module}} {{ :networking:cisco-ehwic-sfp.png?100|Without SFP module}}
-Note this is NOT the direct fibre from the ISP, they provide a single WDM / TDM fibre to the ONT as part of the G-PON WAN network, then a Ethernet RJ45 from the ONT to a fibre converter and on to the 1941 SFP fibre in a different building.+Note this is NOT the direct fibre from the ISP, they provide a single WDM / TDM fibre to the Optical Network Terminator (ONTas part of the G-PON WAN network, then a Ethernet copper RJ45 from the ONT to a fibre converter and on to the 1941 SFP fibre in a different building.
  
 {{:networking:ehwic-1ge-sfp.png?200|sfp fibre module fitted}} {{:networking:ehwic-1ge-sfp.png?200|sfp fibre module fitted}}
Line 43: Line 43:
  
  
-Carrying on without the WIC interface, just a copy and paste from the previous but with ''GigabitEthernet'' rather than ''FastEthernet''.+Carrying on without the WIC interface, just a copy and paste from the previous [[cisco-1841-config|1841 config]] but with ''GigabitEthernet'' rather than ''FastEthernet''.
  
  
Line 87: Line 87:
 ==== Updating Flash ==== ==== Updating Flash ====
  
-Having found an appropriate IOS which supports my WIC, I was ablr to tftp the file up to the flash: on the router, and then set the boot image to use the new image.+Having found an appropriate IOS which supports my WIC, I was able to tftp the file up to the flash: on the router, and then set the boot image to use the new image.
  
-If two images are present in flash, the router will boot off the first image it finds, this may not be the one you require, so set a boot image line. Once this is deemed stable, I will probably remove it from the router to an archive, and there will not be a requirement to set the image.+If two images are present in flash, the router will boot off the first image it finds, this may not be the one you require, so set a boot image line. Once this new image is deemed stable, I will probably remove it from the router to an archive, and there will not be a requirement to set the image boot name.
  
  
Line 121: Line 121:
 router01# router01#
 </code> </code>
 +
 +
 +After a reboot:-
 +<code>
 +int-router01>sh ver
 +Cisco IOS Software, C1900 Software (C1900-UNIVERSALK9-M), Version 15.7(3)M2, RELEASE SOFTWARE (fc2)
 +
 +int-router01>sh ip interface brief 
 +Interface                  IP-Address      OK? Method Status                Protocol
 +Embedded-Service-Engine0/0 unassigned      YES NVRAM  administratively down down    
 +GigabitEthernet0/        82.120.220.241  YES NVRAM  down                  down    
 +GigabitEthernet0/        unassigned      YES NVRAM  down                  down    
 +GigabitEthernet0/0/      unassigned      YES NVRAM  up                    up    
 +
 +</code>
 +
 +The ''GigabitEthernet0/0/0'' interface is the WIC (Slot 0, port 0/0), the 0/0 and 0/1 are the fixed ethernet interfaces.
 + 
 +
 +==== Running Config ====
 +
 +To show a running config without page breaks, use ''term length 0''
 +
 +Old running config from 1841 - needs updating to Gigabit interfaces.
 +<code>
 +version 15.1
 +service timestamps debug datetime msec
 +service timestamps log datetime msec
 +service password-encryption
 +!
 +hostname my-router
 +!
 +boot-start-marker
 +<del>boot system flash:c1841-advipservicesk9-mz.151-4.M6.bin</del>
 +boot-end-marker
 +!
 +!
 +logging buffered 51200 warnings
 +enable secret 5 reallySecret
 +!
 +no aaa new-model
 +!
 +clock timezone GMT 0 0
 +clock summer-time BST recurring 4 Sun Mar 1:00 4 Sun Oct 2:00
 +dot11 syslog
 +ip source-route
 +!
 +!
 +!
 +!
 +!
 +ip cef
 +ip domain list mydomain.co.uk
 +ip domain name mydomain.co.uk
 +ip name-server 92.190.220.250
 +ip name-server 220.168.200.20
 +ipv6 source-route
 +ipv6 unicast-routing
 +ipv6 cef
 +ipv6 multicast-routing
 +!
 +multilink bundle-name authenticated
 +!
 +crypto pki token default removal timeout 0
 +!
 +!
 +!
 +!
 +license udi pid CISCO1841 sn FCZ090720RC
 +username admin password 7 anothersecret
 +!
 +redundancy
 +!
 +!
 +ip ssh time-out 60
 +ip ssh version 2
 +
 +!
 +interface FastEthernet0/0
 + description Internet LAN to firewall
 + ip address ww.xx.yy.zz 255.255.255.248
 + duplex auto
 + speed auto
 +!
 +interface FastEthernet0/1
 + no ip address
 + duplex auto
 + speed auto
 + pppoe enable group global
 + pppoe-client dial-pool-number 1
 +!
 +interface Dialer0
 + description WAN link to ISP
 + ip address negotiated
 + encapsulation ppp
 + dialer pool 1
 + dialer idle-timeout 0
 + dialer persistent
 + dialer-group 1
 + ipv6 address dhcp rapid-commit
 + ipv6 enable
 + ipv6 traffic-filter adsl-ipv6 in
 + ppp chap hostname user@domain
 + ppp chap password 7 chappassword
 + no cdp enable
 +!
 +ip forward-protocol nd
 +no ip http server
 +no ip http secure-server
 +!
 +!
 +ip route 0.0.0.0 0.0.0.0 Dialer0
 +!
 +ip access-list standard snmpv4
 + permit 82.190.220.252
 +
 +
 +dialer-list 1 protocol ip permit
 +ipv6 route ::/0 Dialer0
 +!
 +!
 +!
 +!
 +snmp-server community mystring1 RO 22
 +snmp-server community mystring2 RO snmpv4
 +snmp-server ifindex persist
 +snmp-server location Attic-comms-cab
 +snmp-server contact support@mydomain.co.uk
 +!
 +!
 +control-plane
 +!
 +!
 +banner exec ^CCC
 +Session established to $(hostname) on line $(line)^C
 +banner login ^CCC
 ++-------------------------------------------------------+
 +|             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*-                      |
 +|                                                       |
 ++-------------------------------------------------------+
 +
 +
 +
 +^C
 +banner motd ^CCCx^C
 +!
 +line con 0
 + password 7 top-secret
 + login
 +line aux 0
 +line vty 0 4
 + access-class 22 in
 + password 7 very-secret
 + login local
 + transport input ssh
 +!
 +scheduler allocate 20000 1000
 +ntp server 123.123.123.1
 +
 +end
 +
 +</code>
 +
 +
  
 ====== Network Side ====== ====== Network Side ======
Line 137: Line 309:
  
  
-OpenReach ONT+OpenReach ONT (Believed to be a Nokia model) 
 {{:networking:450px-fttp-ont-pon.jpg?100|}} {{:networking:450px-fttp-ont-pon.jpg?100|}}
  
networking/cisco-1921.1763378132.txt.gz · Last modified: by andrew

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki