Sorry everyone for the inconvenience...

  Got my stuff sorted out from the mess it was..

  Confused the mpls with frame-relay de bit in my morning haze.

  Is it correctly understood that on inbound, you cannot set L2 
markings, but you can set L3 markings such as IP prec and DSCP?

  Also, it is a mystery why i can set mpls exp on a frame-relay 
interface thats not enabled for MPLS?

Config snippet:
R2#sh run int s0/0
Building configuration...

Current configuration : 154 bytes
!
interface Serial0/0
 ip address 192.168.12.2 255.255.255.0
 encapsulation frame-relay
 no dce-terminal-timing-enable
 service-policy input INBOUND
end

R2#
R2#sh policy-map
  Policy Map INBOUND
    Class class-default
      set ip precedence 4
      set mpls experimental 4

Again, sorry for the confusion.

Kim

Kim Pedersen wrote:
> Hi,
>
>  Disregard the set statements of MPLS exp.. but howcome i can even set 
> mpls on FR interfaces?
>
>
>
> Kim Pedersen wrote:
>> Hi All,
>>
>>  I am reading up on some QoS and in the guide it says that Marking 
>> can only be done L2 wise on outbound, and Classification can only be 
>> done inbound. So I decided to lab this up.
>>
>> R2 and R3 is connected with a frame-relay connection to each other. I 
>> have configured the following policy-map on R3:
>>
>> policy-map MARKIT
>> class MATCH-ICMP
>>  set mpls experimental 7
>>
>> Where the class-map is:
>>
>> class-map match-all MATCH-ICMP
>> match protocol icmp
>>
>> I then enable this inbound:
>>
>> interface Serial0/0
>> ip address 192.168.23.3 255.255.255.0
>> encapsulation frame-relay
>> serial restart-delay 0
>> service-policy input MARKIT
>>
>> a ping from R2 to R3 is then performed, and low and behold:
>>
>> R3#sh policy-map int s0/0
>>
>> Serial0/0
>>
>>  Service-policy input: MARKIT
>>
>>    Class-map: MATCH-ICMP (match-all)
>>      5 packets, 520 bytes
>>      5 minute offered rate 0 bps, drop rate 0 bps
>>      Match: protocol icmp
>>      QoS Set
>>        mpls experimental imposition 7
>>          Packets marked 5
>>
>> It actually DOES mark it inbound...
>>
>> Now an even stranger thing occurs when i try to enable it outbound...:
>>
>> R3(config-if)#service-policy output MARKIT
>> "set mpls experimental imposition" not allowedin an output policy
>>
>> This is really puzzling me..
>>
>> Any ideas?
>>
>> Sincerely,
>> Kim Pedersen
>>
>

-- 

// Freedom Matters
// Follow my progress on: http://kpjungle.wordpress.com

_______________________________________________
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Reply via email to