[cisco-nas] dnis vpdn & tacacs config
Tassos Chatzithomaoglou
achatz at forthnet.gr
Thu Jul 7 10:56:27 EDT 2005
When i have vpdn based on domain (=domain.gr), i'm using the following config on my tacacs server:
user = domain.gr {
service = ppp protocol = vpdn {
tunnel-type = l2tp
tunnel-id = F_DOMAIN
vpdn-group = F_DOMAIN
l2tp-tunnel-authen=no
ip-addresses = "x.x.x.x/y.y.y.y"
}
}
If i want to have vpdn based on dnis (=333333333), will the following work?
user = 333333333 {
service = ppp protocol = vpdn {
tunnel-type = l2tp
tunnel-id = F_DOMAIN
vpdn-group = F_DOMAIN
l2tp-tunnel-authen=no
ip-addresses = "x.x.x.x/y.y.y.y"
}
}
More information about the cisco-nas
mailing list