Setup IP Address On An Interface

Written on January 7, 2008 – 3:24 pm | by Yanurmal |

After successfull login as priviledge mode, follow this command to assign an IP address to related interface:

Router>enable
Password:
Router#config terminal
Router(config)#

For Fast Ethernet 0

Router(config)#interface Fast 0
Router(config-if)#ip address 192.168.1.1 255.255.255.0

And for Serial 0

Router(config)#interface Serial 0
Router(config-if)#ip address 10.11.12.1 255.255.255.252

Yes, finish. Don’t forget to save your config.
Don’t know how to do it? see below.

Router(config-if)#Ctrl-Z
Router#copy running start

Press enter if your router ask some question :)
Finish.

Popularity: 46%

Share This Post

Related Posts

You must be logged in to post a comment.

Ads

Find entries :