Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

How to configure VLAN-class-map and Rewrite input and Output Queuing on EX4550.

$
0
0

Hello Support.

 

I would like to do the following configuration on EX4550 connect with Catalyst Switch.

[topology]

(VLAN10) ge-0/0/1--EX4550--ge-0/0/10---(Trunk)---Gi1/0/10--Cat3850--Gi1/0/1(VLAN10)

(VLAN20) ge-0/0/2--                                                                                 Gi1/0/2(VLAN20)

 

The cisco catalyst switch can do the following feature but EX4550 is unknown.

So I appreciate if you can let me know how to configure the follwoing feature.

 

1. VLAN-Classification (Input)

2. Rewrite base on VLAN-id to CoS (Input)

3. Queuing based on bandwidhgt ration (Output)

 

The cisco configurattion is following, I would like to do vice versa.

 

##### VLAN-Classification and Reqirte #####

 

class-map match-any VLAN_20
 match vlan  20
class-map match-any VLAN_10
 match vlan  10
policy-map VLAN-MARKING
 class VLAN_20
  set cos 2
 class VLAN_10
  set cos 1
!
interface GigabitEthernet1/0/1
 switchport access vlan 10
 switchport mode access
 service-policy input VLAN-MARKING
!
interface GigabitEthernet1/0/2
 switchport access vlan 20
 switchport mode access
 service-policy input VLAN-MARKING

 

##### Queuing based on CoS Value #####

 

class-map match-any COS2
 match cos  2
class-map match-any COS1
 match cos  1
!
policy-map QOS
 class COS1
  bandwidth percent 70
 class COS2
  bandwidth percent 30
!
interface GigabitEthernet1/0/10
 switchport trunk allowed vlan 10,20
 switchport mode trunk
 service-policy output QOS

 

###################################

 

Best Regard,

 

Masanobu Hiyoshi

 

 

 


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>