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

QOS Configuration-IE 2000

roshney-roy
Level 1
Level 1

Hi Experts,

I have a few VLANS spanned (trunk port) across the L2 network with IE-2000 switches. I wanted to priortize a particular VLAN(eg.214) over the other using QOS. Created class map & policy map and assigned it to interface vlan 214. Assigned COS value 5 on int fa1/3 & 1/4. Im new with QOS and still experimenting & learning about the features of QOS.

With wireshark it has been observed that all the packets are marked with COS value 5, may be because the port is marked with value 5. Please help me to configure QOS per vlan.

Your inputs will be highly appreciated. Thank you.

Configuration

class-map match-any NEW
match access-group 101
!
policy-map NEWP
class NEW
set dscp cs5
!
!
!
!
!
!
interface FastEthernet1/1
!
interface FastEthernet1/2
!
interface FastEthernet1/3
switchport access vlan 214
switchport mode access
mls qos cos 5
mls qos cos override
!
interface FastEthernet1/4
switchport access vlan 214
switchport mode access
mls qos cos 5
mls qos cos override
!
interface GigabitEthernet1/1
!
interface GigabitEthernet1/2
!
interface Vlan1
no ip address
!
interface Vlan212
no ip address
!
interface Vlan214
ip address 10.61.214.100 255.255.255.0
service-policy input NEWP
!
ip http server
ip http secure-server
!
access-list 101 permit ip 10.61.214.0 0.0.0.255 any
access-list 101 deny ip 10.61.212.0 0.0.0.255 any
!
!
line con 0
line vty 5 15
!
end

Regards,

Roshney Roy

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame

Check some examples that give start with :

https://www.cisco.com/c/en/us/td/docs/ios/12_2sb/feature/guide/vlntgqos.html

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help