How to configure 2 ip address block on a router ?

2001-01-10 Thread ccie88

I request additional ip address block from my ISP. I
have 2 ip address blcok: 209.x.x.x /29 and
216.x.x.x/28.

How do I configure on my Csico 2524 to use those ip
address block ? IS it possible.

Thanks.

__
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: How to configure 2 ip address block on a router ?

2001-01-10 Thread Chris Stocker

yes just add the following lines to your eth port
ip address 216.x.x.(x+1)255.255.255.248 secondary

then PCs using that block should use that addr as a gateway.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, January 10, 2001 11:47 AM
To: [EMAIL PROTECTED]
Subject: How to configure 2 ip address block on a router ?


I request additional ip address block from my ISP. I
have 2 ip address blcok: 209.x.x.x /29 and
216.x.x.x/28.

How do I configure on my Csico 2524 to use those ip
address block ? IS it possible.

Thanks.

__
Do You Yahoo!?
Yahoo! Photos - Share your holiday photos online!
http://photos.yahoo.com/

_
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: How to configure 2 ip address block on a router ?

2001-01-10 Thread Tony van Ree

Hi,

Use a secondary address.

Example

router#conf t
router#(config)int e 0
router#(config-if)ip address 216.x.x.x 255.255.255.240 secondary
router#(config-if)

Check it with a show int then confirm with show arp.

Teunis
Hobart, Tasmania
Australia



On Wednesday, January 10, 2001 at 08:47:12 AM, [EMAIL PROTECTED] wrote:

> I request additional ip address block from my ISP. I
> have 2 ip address blcok: 209.x.x.x /29 and
> 216.x.x.x/28.
> 
> How do I configure on my Csico 2524 to use those ip
> address block ? IS it possible.
> 
> Thanks.
> 
> __
> Do You Yahoo!?
> Yahoo! Photos - Share your holiday photos online!
> http://photos.yahoo.com/
> 
> _
> FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> 
> 


--
www.tasmail.com


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: How to configure 2 ip address block on a router ?

2001-01-11 Thread Mason Eike

Check out:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios11/cbook/cip.htm

should you want further reference.

""Tony van Ree"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> Use a secondary address.
>
> Example
>
> router#conf t
> router#(config)int e 0
> router#(config-if)ip address 216.x.x.x 255.255.255.240 secondary
> router#(config-if)
>
> Check it with a show int then confirm with show arp.
>
> Teunis
> Hobart, Tasmania
> Australia
>
>
>
> On Wednesday, January 10, 2001 at 08:47:12 AM, [EMAIL PROTECTED] wrote:
>
> > I request additional ip address block from my ISP. I
> > have 2 ip address blcok: 209.x.x.x /29 and
> > 216.x.x.x/28.
> >
> > How do I configure on my Csico 2524 to use those ip
> > address block ? IS it possible.
> >
> > Thanks.
> >
> > __
> > Do You Yahoo!?
> > Yahoo! Photos - Share your holiday photos online!
> > http://photos.yahoo.com/
> >
> > _
> > FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
> >
>
>
> --
> www.tasmail.com
>
>
> _
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>


_
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]