Please help me with Commands/steps for changing the IP address of Switch/ Routers?
- Type the router login password to get the “>” prompt.
- Type “en” at the “>” prompt.
- Type the enable password.
- Type “config t” at the “#” prompt.
- Type “int fa 0/1”
- Type “no ip address 172.17.40.52 255.255.248.0”
- Type “ip address 172.17.44.3 255.255.255.0”
- Type “no standby 1 ip 172.17.40.53”
- Type “standby 1 ip 172.17.44.1”
- Type “end”
- Type “config t” at the “#” prompt.
- Type “ntp server 172.17.44.241”.
- Type “end”
- Type “wr mem” at the “#” prompt.
- Press “Return (Enter)” key at the question asked.
- Type “sh run” at the “#” prompt and see if the ip address of “fa 0/1”, the “standby 1 ip” and the “ntp server” are showing the changed IP addresses.