cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7047
Views
0
Helpful
3
Replies

Need Configuration example for DS-LITE ( Tunneling IPv4-IPv6)+NAT44.

rahul.nayar
Level 1
Level 1

Hi,

I need to understand DS-LITE with configuration example. Can anyone please help me out?

Regards,

RA

1 Accepted Solution

Accepted Solutions

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

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

3 Replies 3

rahul.nayar
Level 1
Level 1

Hi,

Can anyone please provide some example ?

Regards,

RA

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

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Hi Harold,

Many thanks for the update. Is there any good document which can referred for DS-LITE?

Regards,

Rahul N