Re: Configuring VLAN in 6500 Switch
- From: "headsetadapter.com" <for-spam@xxxxxxxx>
- Date: Sat, 28 Jul 2007 09:03:05 -0400
"Bryan" <BTRichardson@xxxxxxxxx> wrote in message
news:1185569089.887685.198900@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello all,
I have a Catalyst 6506 that I use for my connection out to the outside
world. My external interface has a routable IP address, and is set up
for NATting. I have multiple VLAN interfaces configured as non-
routable networks, and are also configured for NATting, so that when
someone on one of these networks goes out to the internet, it uses the
IP address of the external interface. This all works fine, but here's
my question:
I would like to set up a "routable" VLAN... that is, a VLAN that uses
routable addresses rather than non-routable ones. There's a few
instances where users need a routable IP address (for IPSec tunnels
and such), and I'd like to consider tackling the problem this way
rather than configuring static NATs. Can this be done? How would I
configure the VLAN's network? The network my external interface is on
is a /26 network, so I'd need this "routable" VLAN to use IP addresses
from the same network. Would I simply break the routable /26 network
into an even smaller network for this VLAN? Is it even worth doing
things this way as opposed to just configuring static NATs?
Any suggestions? Thanks in advance!!! -- BTR
Bryan,
Do you have your 6500 switch in Native or in Hybrid mode (do you have just
IOS or CatOS/IOS combination)? If you have it in Hybrid mode, then you
configure VLANs in CatOS, and then IP Interfaces in IOS. In this case you
just assign other ports into the "public" VLAN. Just make sure you either
assign static IP addresses or provide DHCP for these computers. If you have
the switch in Native mode, then it depends on how your "public" interface
(port) is configured. If port is configured as pure Layer3 interface, then
you need to create VLAN, change port to "switching" mode, and create
corresponding VLAN Interface. If your "public" port is already in
"switching" mode, then you just assign other ports to the same VLAN. For
example:
Hybrid:
CatOS
set vlan 100 3/1-10
MSFC
int vl 100
ip addr 12.1.2.3 255.255.255.192
...
Native:
int ran fa3/1 - 10
swi
swi mod acc
swi acc vl 100
int vl100
ip addr 12.1.2.3 255.255.255.292
...
Good luck,
Mike
CCNP, CCDP, CCSP, Cisco Voice, MCSE W2K, MCSE+I, Security+, etc.
CCIE R&S (in progress), CCIE Voice (in progress)
------
Headset Adapters for Cisco IP Phones
www.ciscoheadsetadapter.com
www.headsetadapter.com
.
- Follow-Ups:
- Re: Configuring VLAN in 6500 Switch
- From: Bryan
- Re: Configuring VLAN in 6500 Switch
- References:
- Configuring VLAN in 6500 Switch
- From: Bryan
- Configuring VLAN in 6500 Switch
- Prev by Date: Re: interfaces on pix501
- Next by Date: RSM 5500
- Previous by thread: Configuring VLAN in 6500 Switch
- Next by thread: Re: Configuring VLAN in 6500 Switch
- Index(es):
Relevant Pages
|