cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2159
Views
0
Helpful
5
Replies

4948 configuration for sub interfaces

itdsmartnet
Level 1
Level 1

hi,

I have 4948 switch and my service provider provides my internet bandwidth, voice ,connectivity to different branch offices and live ips for FTP, WEB etc on dot1q tunnels.They provide different services on different vlans and told me to configure my interface as sub interface. I think 4948 doesnot support sub interfaces.I have created dot1 trunk on port which is connected to service provider.How can i do this configuration on my 4948 switch. Do'not know what to do next.

Thanks

5 Replies 5

Jon Marshall
Hall of Fame
Hall of Fame

Waseem

I answered this in your previous post. Just use Layer 3 SVI's on switch eg.

vlan 10 = 192.168.5.0/24

vlan 11 = 192.168.6.0/24

vlan 12 = 192.168.7.0/24

on the 4948

int vlan 10

ip address 192.168.5.1 255.255.255.0

no shut

int vlan 11

ip address 192.168.6.1 255.255.255.0

no shut

int vlan 12

ip address 192.168.7.1 255.255.255.0

no shut

Jon

hi Jon

i have the following queries.

1) i have pool of 14 real ips for services such as FTP, MAIL NMS etc what ip should i assign to my SVI interface.

2) For WAN interface my service provider assign my ip with /30 mask for that vlan what ip should i assign for my SVI interface.

3) i have created a trunk port with dot1 q tunneling protocol. how can i route all my traffic to my trunk port. because my service provider port is connected to this port.

4) for all vlans my default gateway will be ip of SVI interface from there how my traffic route to the trunk port.

Thanks

Waseem

1) You can't do NAT on a 4948 switch so this will have to be just another L3 SVI using the real IP addresses. Use the same IP address you were going to use on the subinterface.

2) Again use the same address that you have used on the corresponding subinterface.

3) Is it dot1q tunneling or it is just dot1q. My understanding from your original post was that this was just a trunk link carrying multiple vlans ?

Perhaps i am not understanding your setup correctly.

4) Again this may be to do with me not fully understanding your setup.

My understanding of you setup was that the provider was connecting to you with a dot1q trunk and they were sending multiple vlans down this trunk. If that is correct there is functionally no real difference between using a L3 SVI (ie. interface vlan) or subinterfaces to route between your vlans so whatever IP address etc. you were going to use on subinterfaces you just use on vlna interfaces.

Jon

hi Jon

it is dot1q trunk port.

what ip should i use on subinterfaces e.g WAN side ip address assigned by service provider is 10.10.10.10/30 what ip should be of that SVI.

Routeable ip assigned by my service provider for FTP and MAIL is 11.11.11.x/28 what ip should i assign to my SVI.

how my 11.11.11.x ip route to the internet.

what is the default gateway.

thanks

Waseem

These are questions your SP can answer. If your service provider told you to create subinterfaces to route between vlans then ask them what addressing to use because all you then do is instead of using the address on a subinterface you use it on a L3 SVI on the switch instead.

Or has the service provider not given you detailed instructions.

Where i am having a problem answering is that you say the SP has provided you with an 802.1q trunk connection. So whether you route between subinterfaces or L3 SVI's, it makes no difference.

Jon

Review Cisco Networking products for a $25 gift card