Showing posts with label Routing. Show all posts
Showing posts with label Routing. Show all posts

Sunday 8 September 2013

Assigning IP address (Cisco Router)

 

 Here I am taking the Equipment 
    

      -  Cisco 2811
      -  Serial DCE
      -  WIC-2T

 Assigning IP addressing : 

     Must keep in mind that every communication is based on IP, without IP you cannot do anything

           Configuration :

                 -  Router> enable

                 Switch to enable Mode
               
                -  Route#

                 Now we are switch mode, For configuring Our router we should
                 move to configuration mode

                -  Router#config t

                 After that you'll move to  config mode

                -  Router(config)#

                 Now move to that serial on which wire is connected
                 In my example it 0/3/0

                -  Router(config)# int s 0/3/0

                 Now we are at interface serial 0/3/0
                 Here we have to assign the ip address 

               -  Router (config-if)#ip address 1.1.1.3 255.0.0.0

                In this command after right next to ip address the ip address
                you want to assign and then after that the subnet of that class 
                is written

                - Router (config-if)# end

That's it IP is assigned, Same work is to be done on the other router For communication