08-28-2015 02:37 PM - edited 03-08-2019 01:33 AM
Hi Guys,
Let's say I have a router, it's currently my internet router. Its configure is below:
interface FastEthernet0/0
description public interface
ip address 156.x.x.8 255.255.255.240
ip nat outside
!
interface FastEthernet0/1
description customer LAN
ip address 192.168.1.1 255.255.255.0
ip nat inside
!
ip route 0.0.0.0 0.0.0.0 156.x.x.10
access-list 1 permit 192.168.1.0 0.0.0.255
ip nat inside source list 1 interface FastEthernet0/0 overload
router ospf 1
network 192.168.1.1 0.0.0.0 area 0
redistribute static subnets
default-information originate metric-type 1
I wanted to replace this router with ASR9k, what are the equivalent IP NAT commands in ASR9k?
Other mean, how to use an Internet connection with one single public IP
address by more users with private IP addresses on ASR9k platform?
Thanks,
08-28-2015 11:56 PM
Hi
is it 9K series or 903, 901.. please confirm. If you are going for 9K, please refer the below URL.
http://www.cisco.com/c/en/us/support/routers/asr-9000-series-aggregation-services-routers/products-installation-and-configuration-guides-list.html
08-29-2015 03:45 PM
It's asr 9000. I looked at the url you provided but don't see any session which dedicates physical interface configuration for Internet.
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