Comware Based
1830938 Members
2074 Online
110017 Solutions
New Discussion

Re: NAT-PT configuration in comware 7

 
kseb
Established Member

NAT-PT configuration in comware 7

How to configure NAT-PT for enabling communication between IPv4 and IPv6 nodes? I can see NAT-PT in comware 5 but not in comware 7. Please guide me.

4 REPLIES 4
network_king
HPE Pro

Re: NAT-PT configuration in comware 7

Hello kseb,

Please find below commands which may help you configuring nat-pt.
[Device] interface gigabitethernet 1/0/1
[Device-GigabitEthernet1/0/1] ipv6 address 2001::9/64
[Device-GigabitEthernet1/0/1] natpt enable
[Device-GigabitEthernet1/0/1] quit

# OR

[Device] interface gigabitethernet 1/0/2
[Device-GigabitEthernet1/0/2] ip address 192.168.1.1 255.255.255.0
[Device-GigabitEthernet1/0/2] natpt enable
[Device-GigabitEthernet1/0/2] quit

You can also refer below guide for more configuration options on NAT
https://support.hpe.com/hpsc/doc/public/display?docId=c05370360

I am an HPE Employee

Accept or Kudo

kseb
Established Member

Re: NAT-PT configuration in comware 7

Hi network_king ,

Thanks for the reply.

The configuration which you have shared is for comware version 5 and not for comware version 7. We are running with IOS "HPE Comware Software, Version 7.1.059, Release 0306P30" which is not supporting those commands. Please let me know anyother ios version which supports NAT-PT.

drk787
HPE Pro

Re: NAT-PT configuration in comware 7

Hi,

The below link  has a NAT-PT example for MSR routers (running comware 7).

Refer page 229.

 

https://support.hpe.com/hpsc/doc/public/display?sp4ts.oid=7074948&docLocale=en_US&docId=emr_na-c04418330&withFrame

 

Also which comware device you are running, not all comware 7 devices may support NAT-PT.

Thank You!
I am an HPE Employee

Accept or Kudo

kseb
Established Member

Re: NAT-PT configuration in comware 7

Hi,

I have tried with HP MSR 1002-4 and MSR3024. Both router those commands are not working. Any other alternate options?