Results 1 to 8 of 8

Thread: IP Addressing

  1. #1
    Join Date
    Nov 2007
    Posts
    5
    Rep Power
    0

    Default IP Addressing

    Hi,

    Can anyone help me with this? I would like to know how to configure multiple IP addresses on a single interface.


    Thanks

  2. #2
    Join Date
    Dec 2006
    Posts
    4
    Rep Power
    0

    Default

    You can configure the additional IP as secondary eg. x.x.x.x x.x.x.x. secondary

  3. #3
    Join Date
    Nov 2004
    Posts
    5,192
    Rep Power
    25

    Default

    Knowing the solution doesn't mean knowing the method. Yet answering correctly and regurgitation are considered "learning" and "knowledge".

  4. #4
    Join Date
    Nov 2006
    Posts
    525
    Rep Power
    0

    Default

    router#config t
    router(config)#int s0/0
    router(config-if )# ip addy x.x.x.x x.x.x.x
    router(config-if )# ip addy x.x.x.x x.x.x.x secondary #key word secondary#

    copy/paste and edit

  5. #5
    Join Date
    Nov 2006
    Posts
    157
    Rep Power
    18

    Default

    ^^ Are assuming she was asking about a cisco device?

  6. #6
    Join Date
    Nov 2006
    Posts
    525
    Rep Power
    0

    Default

    She didnt specify so we made an assumption....

  7. #7
    Join Date
    Jun 2004
    Posts
    449
    Rep Power
    0

    Default

    If you are talking about virtual interfaces on a cisco device, just do this:

    interface fa0/0.1 --> Then add the ip address that you want

    if you not talking about cisco, then elaborate
    Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information on it.!!!

  8. #8
    Join Date
    Nov 2007
    Posts
    5
    Rep Power
    0

    Default

    Was cisco. Thanks. "secondary" worked. I forgot it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •