Hi,
I have a customer configured on my PE as follows:
interface Serial5/0:0
ip vrf forwarding V5375:Customer_A
ip address 10.70.28.165 255.255.255.252
no cdp enable
service-policy input Customer_A_In
end
PE-2#sh policy-map Customer_A_In
Policy Map Customer_A_In
Class Customer_A_GOLD
police cir 384000 bc 72000 be 144000
conform-action set-mpls-exp-transmit 5
exceed-action drop
violate-action drop
Class class-default
police cir 128000 bc 24000 be 48000
conform-action set-mpls-exp-transmit 4
exceed-action drop
violate-action drop
PE-2#sh class-map Customer_A_GOLD
Class Map match-any Customer_A_GOLD (id 15)
Match access-group name Customer_A_GOLD
PE-2#sh access-lists Customer_A_GOLD
Extended IP access list Customer_A_GOLD
10 permit ip host 192.168.70.10 any (4003642 matches)
PE-2#
PE router is connected to my Core P router through interface Gig 0/1 and 'mpls ip' command is applied to it.
My question is:
- The packets coming from Customer on the interface Serial5/0:0 will not have mpls header attached to it. Then how does set-mpls-exp-transmit command work, when there is no mpls header in the packet.
- Which part of the router is doing classification and marking (Hardware/Software) ?
Thanks in advance.