cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
464
Views
0
Helpful
2
Replies

Equivalent commands for ASR9k?

tinhnho123
Level 2
Level 2

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,

 

2 Replies 2

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

 

It's asr 9000. I looked at the url you provided but don't see any session which dedicates physical interface configuration for Internet.