01-11-2013 10:22 AM - edited 03-01-2019 05:38 PM
Hi,
I need to understand DS-LITE with configuration example. Can anyone please help me out?
Regards,
RA
Solved! Go to Solution.
06-13-2013 05:54 PM
Hi Rahul,
DS-Lite is only supported on the CGSE in CRS and on the ISM in the ASR9k. Here is a sample config that might help you to understand.
RP/0/RSP0/CPU0:router(config)#
interface te0/0/0/0
ipv6 add 2001:db8:ff00::1/64
!
interface te0/1/0/0
ipv4 add 192.168.100.1/24
!
interface ServiceApp61
ipv6 address 2001:db8:1::1/64
service cgn demo service-type ds-lite
!
interface ServiceApp41
ipv4 address 192.168.1.1 255.255.255.252
service cgn demo service-type ds-lite
!
service cgn demo
service-type ds-lite dslite-1
map address-pool x.y.z.0/24
aftr-tunnel-endpoint-address 2001:db8:ffff::1
!
address-family ipv4
interface ServiceApp42
!
address-family ipv6
interface ServiceApp41
!
router static
address-family ipv4 unicast
x.y.z.0/24 ServiceApp42
!
address-family ipv6 unicast
2001:db8:ffff::1/128 ServiceApp41
!
regards
06-13-2013 01:47 AM
Hi,
Can anyone please provide some example ?
Regards,
RA
06-13-2013 05:54 PM
Hi Rahul,
DS-Lite is only supported on the CGSE in CRS and on the ISM in the ASR9k. Here is a sample config that might help you to understand.
RP/0/RSP0/CPU0:router(config)#
interface te0/0/0/0
ipv6 add 2001:db8:ff00::1/64
!
interface te0/1/0/0
ipv4 add 192.168.100.1/24
!
interface ServiceApp61
ipv6 address 2001:db8:1::1/64
service cgn demo service-type ds-lite
!
interface ServiceApp41
ipv4 address 192.168.1.1 255.255.255.252
service cgn demo service-type ds-lite
!
service cgn demo
service-type ds-lite dslite-1
map address-pool x.y.z.0/24
aftr-tunnel-endpoint-address 2001:db8:ffff::1
!
address-family ipv4
interface ServiceApp42
!
address-family ipv6
interface ServiceApp41
!
router static
address-family ipv4 unicast
x.y.z.0/24 ServiceApp42
!
address-family ipv6 unicast
2001:db8:ffff::1/128 ServiceApp41
!
regards
06-13-2013 09:16 PM
Hi Harold,
Many thanks for the update. Is there any good document which can referred for DS-LITE?
Regards,
Rahul N
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide