Hi all,

I'm trying to do some QoS features on PPTP tunnels, so I want the TOS field
from original IP header to be copied to the tunnel IP header. I tried the
command "ip tos reflect" but it doesn't work. IOS version is 12.2(11)T IP
PLUS. Did anybody already try it ?
Here is my config :

vpdn-group 3
! Default PPTP VPDN group
 accept-dialin
  protocol pptp
  virtual-template 2
 ip tos reflect
(...)
!
!
interface Loopback0
 description VPN Endpoint
 ip address 192.168.255.254 255.255.255.255
!
interface Ethernet0
 description Private LAN interface
 ip address 172.16.4.254 255.255.0.0
 no ip proxy-arp
 ip nat inside
 no ip mroute-cache
!
interface Ethernet1
 description Public LAN interface
 bandwidth 128
 ip address dhcp
 ip helper-address 172.16.4.15
 no ip proxy-arp
 ip nat outside
 no ip mroute-cache
 service-policy output 3CB-Internet-128k
!
interface Virtual-Template2
 bandwidth 64
 ip unnumbered Loopback0
 peer default ip address pool LOCAL
 ppp authentication chap ms-chap callin
!
(...)




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=57194&t=57194
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to