Hirdetés

Új hozzászólás Aktív témák

  • FecoGee

    Topikgazda

    válasz pankers #6665 üzenetére

    Hello, nem igazan ertem, mi a cel?

    Itt egy vlan based qos konfig, de nem tudom tenyleg ezt akarod -e?

    !VLAN Based QoS
    !
    !
    !mls qos map policed-dscp 16 to 8
    !
    !
    !VLAN based QoS, match all interface in the VLAN
    !
    !
    class-map match-all ICMP
    match access-group name ICMP
    class-map match-all R4
    match input-interface FastEthernet0/4
    !
    policy-map LEVEL_2
    class R4
    police 64000 8000 exceed-action policed-dscp-transmit
    policy-map LEVEL_1
    class ICMP
    set dscp cs2
    service-policy LEVEL_2
    !
    interface FastEthernet0/4
    switchport access vlan 41
    mls qos vlan-based
    !
    interface FastEthernet0/23
    switchport trunk encapsulation dot1q
    switchport mode trunk
    mls qos trust dscp
    !
    !
    !VLAN41 SVI acting like a connection for QoS to the VLAN - no IP Address configured!
    !
    !
    interface Vlan41
    no ip address
    service-policy input LEVEL_1
    !
    ip access-list extended ICMP
    permit icmp any any

Új hozzászólás Aktív témák