cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
449
Views
0
Helpful
1
Replies

Configuring Sub-interfaces and Setting QoS

moneer.rifai
Level 1
Level 1

Hello,

I have two Cisco routers connected with a T1 link using PPP. See the network diagram. The attached diagram explains what needs to be configured for the remote site.

Essentially, I need the remote site talking to the main site and I need phone traffic and traffic from one other device to be tagged with DSCP 46.

To do that, I need to configure sub-interfaces on Fa0/1 on router B and join them to the corresponding VLAN, is that correct?

What about QoS, what is the simplest way to configure that?

1 Reply 1

moneer.rifai
Level 1
Level 1

Here is the relevant part of show run on router B:

interface FastEthernet0/1
description To Stanley LAN
ip address 192.168.1.100 255.255.255.0
duplex auto
speed auto
no cdp enable
!
interface FastEthernet0/1.2
encapsulation dot1Q 2
ip address 172.16.1.254 255.255.255.0
no snmp trap link-status
!
interface FastEthernet0/1.30
encapsulation dot1Q 30
ip address 10.30.1.100 255.255.255.0
no snmp trap link-status
!