User Tools

Site Tools


networking:cisco-2801-cme

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-2801-cme [14/04/2026 16:53] – [Voice Port] andrewnetworking:cisco-2801-cme [14/04/2026 21:11] (current) – [DHCP service] andrew
Line 121: Line 121:
  
 [[https://www.mattmillman.com/info/a-crash-course-in-using-gpo-telephones-in-the-modern-world/|Using Analogue BT phones in DTMF]] [[https://www.mattmillman.com/info/a-crash-course-in-using-gpo-telephones-in-the-modern-world/|Using Analogue BT phones in DTMF]]
 +
 +
 +===== DHCP service =====
 +
 +If your router is required to offer DHCP, use this:-
 +<code>
 +
 +ip dhcp excluded-address 192.168.101.1 192.168.101.50
 +
 +ip dhcp pool voip
 + network 192.168.101.0 255.255.255.0
 + default-router 192.168.101.1 
 + dns-server 192.168.101.1 
 + domain-name voip.rainsbrook.co.uk
 +!
 +</code>
 +
 +To see leases offered out, don't use this:-
 +<code>
 +2801-1#sh dhcp ?
 +  lease   Show DHCP Addresses leased from a server
 +  server  Show DHCP Servers we know about
 +2801-1#
 +</code>
 +This is to see leases offered **TO** the router, not **from** it.
 +
 +
 +Use this instead:-
 +<code>
 +2801-1#sh ip dhcp ?  
 +  binding   DHCP address bindings
 +  conflict  DHCP address conflicts
 +  database  DHCP database agents
 +  import    Show Imported Parameters
 +  pool      DHCP pools information
 +  relay     Miscellaneous DHCP relay information
 +  server    Miscellaneous DHCP server information
 +
 +2801-1#sh ip dhcp binding 
 +Bindings from all pools not associated with VRF:
 +IP address          Client-ID/              Lease expiration        Type
 +                    Hardware address/
 +                    User name
 +192.168.101.52      01a8.b1d4.fbc3.9b       Apr 15 2026 05:16 PM    Automatic
 +192.168.101.53      01a0.cec8.e11f.0f       Apr 15 2026 05:09 PM    Automatic
 +2801-1#
 +2801-1#sh ip dhcp pool voip
 +
 +Pool voip :
 + Utilization mark (high/low)    : 100 / 0
 + Subnet size (first/next)       : 0 / 0 
 + Total addresses                : 254
 + Leased addresses               : 2
 + Pending event                  : none
 + 1 subnet is currently in the pool :
 + Current index        IP address range                    Leased addresses
 + 192.168.101.54       192.168.101.1    - 192.168.101.254   2
 +2801-1#
 +</code>
  
  
Line 266: Line 325:
  
 {{:voip:7911-phone.jpg?200|7911 voip phone}} {{:voip:7911-phone.jpg?200|7911 voip phone}}
 +
 +==== Factory Reset ====
 +
 +
 +  - Start by unplugging the power connector or POE and then plug it back in. The phone will start it's power up cycle.
 +  - While the phone is starting up, before the Applications Menu button flashes, press and hold the octothorpe button(#). Continue to hold # until the red LED on the telephone handset flashes.
 +  - Release the octothorpe and press all the keypad digits: 123456789*0#
 +  - The phone will reboot and attempt to reconfigure itself.
 +
  
  
networking/cisco-2801-cme.1776185582.txt.gz · Last modified: by andrew

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki