- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Re: NAT-PT configuration in comware 7
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2019 12:37 AM
02-15-2019 12:37 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2019 03:44 AM
02-15-2019 03:44 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2019 10:44 PM
02-15-2019 10:44 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2019 08:30 PM
02-17-2019 08:30 PM
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.
Also which comware device you are running, not all comware 7 devices may support NAT-PT.
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2019 11:12 PM
02-17-2019 11:12 PM
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?