My Cisco 802 is running with a DHCP address. I'm trying to change the DHCP to a static IP. I have the IP, but I have no idea what telnet commands to use. I could modify and upload a file that I use for reference, but I don't know how to do that either (I'm A+ cert., but telnet dumb). 1) What telnet commands do I use?
2) What does the paragraph look like?
Below is what my current config is:
ip dhcp pool DHCPPoolLAN_0
network 10.70.100.0 255.255.255.0
dns-server 199.45.45.14 141.151.0.68
default-router 10.70.100.2
!
ip name-server 199.45.45.14
ip name-server 141.151.0.68
isdn switch-type basic-ni
!
interface Ethernet0
ip address 10.70.100.2 255.255.255.0
ip access-group 121 in
no ip proxy-arp
ip nat inside
Thank you,
brianjay
2) What does the paragraph look like?
Below is what my current config is:
ip dhcp pool DHCPPoolLAN_0
network 10.70.100.0 255.255.255.0
dns-server 199.45.45.14 141.151.0.68
default-router 10.70.100.2
!
ip name-server 199.45.45.14
ip name-server 141.151.0.68
isdn switch-type basic-ni
!
interface Ethernet0
ip address 10.70.100.2 255.255.255.0
ip access-group 121 in
no ip proxy-arp
ip nat inside
Thank you,
brianjay