Integrating a CME router into an existing network
sendalot
Member Posts: 328
I have a new CME router that I'm integrating into an existing network.
Trying to come up with things to do to make a smooth transition. Please review the commands to see they are correct.
(1) Disable DHCP and relay DHCP service to existing network. {no service dhcp && ip helper-address 10.10.10.1}
(2) Static route from other ports to that port to existing switch. { ip route fa0/1 0.0.0.0 255.255.255.255}
(3) Enable SSH by giving ip address to int fa 0/1 {int fa 0/1 && ip address 10.10.10.10 255.255.255.0}
(4) Default gateway to the existing DHCP router { ip default-router 10.10.10.1}
Anything else? I'll think about setting up FXO/FXS after this but I want to be able to see CME on CCP upon entering those commands.
Thanks.
Trying to come up with things to do to make a smooth transition. Please review the commands to see they are correct.
(1) Disable DHCP and relay DHCP service to existing network. {no service dhcp && ip helper-address 10.10.10.1}
(2) Static route from other ports to that port to existing switch. { ip route fa0/1 0.0.0.0 255.255.255.255}
(3) Enable SSH by giving ip address to int fa 0/1 {int fa 0/1 && ip address 10.10.10.10 255.255.255.0}
(4) Default gateway to the existing DHCP router { ip default-router 10.10.10.1}
Anything else? I'll think about setting up FXO/FXS after this but I want to be able to see CME on CCP upon entering those commands.
Thanks.
Comments
-
Dieg0M Member Posts: 861
(2) Static route from other ports to that port to existing switch. { ip route fa0/1 0.0.0.0 255.255.255.255}Follow my CCDE journey at www.routingnull0.com -
sendalot Member Posts: 328What are you trying to accomplish with this command?
I ended up not using it as other ports in the CME router won't be used. I only gave interface an ip address so that I ca access CME.