cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2156
Views
0
Helpful
4
Replies

assign an IP address to vlan in CatOS

WILLIAM STEGMAN
Level 4
Level 4

what commands are used to give an IP address to a vlan in the CatOS on a 2948G-GE-TX, to enable intervlan routing?

thank you

4 Replies 4

Prashanth Krishnappa
Cisco Employee
Cisco Employee

You cannot. CAT2948G-GE-TX is a layer 2 only switch. The ip address on sc0 interface is for management purpose only.

I really should have read the fine print before buying these things... how can I use vlans on those switches if I can't assign an ip address to them? I have a 3560 multilayer switch to route the vlan traffic, so I guess my question is, How do I get the vlans configured on the 2948G's to be routed?

thank you

You can configure VLANs on the 2948g(upto 1000). You dont need to assign IP address to create VLANs. Just set up the VTP domain and create VLANs using "set vlan" command. And trunk upto your 3560 and route between VLANs. The following page should help(written for CAT5000 and 6500, but concept is the same)

http://www.cisco.com/warp/public/473/67.html

I see, I can use the vtp domain to send vlan info up to my 3560. On the 3560 I will assign the vlans IP addresses, and take care of the routing.

thank you