lorenzobalan
IS-IT--Management
Can someone help?
this is the scenario, I have a cisco 7200 acting as an uplink aggregator to the internet for 5 Cisco 6200 DSLAM. I'm doing IP NAT, I have a Pool of ip /29 to uplink to the internet. The problem that i have is that it only uses one IP instead of 6 addressess available.
I have an idea but i'm not sure how to implement it.
this is the idea.
create Static IP NAT linking each DSLAM to a single IP out of the Pool.
following is an example of my present configuration
gi0/1
ip address x.x.x.1 255.255.255.248
ip nat outside
!
atm1/0
ip address 10.10.1.x 255.255.255.0
ip nat inside
!
atm1/1
ip address 10.10.2.x 255.255.255.0
ip nat inside
!
etc.
!
ip nat pool test x.x.x.1 x.x.x.7 prefix-length 29
ip nat inside source list 3 interface gi0/1 overload
!
ip access-list 3 permit 10.10.0.0 0.0.255.255
!
suggesstions is greatly appreciated..
Thanks for your help..
this is the scenario, I have a cisco 7200 acting as an uplink aggregator to the internet for 5 Cisco 6200 DSLAM. I'm doing IP NAT, I have a Pool of ip /29 to uplink to the internet. The problem that i have is that it only uses one IP instead of 6 addressess available.
I have an idea but i'm not sure how to implement it.
this is the idea.
create Static IP NAT linking each DSLAM to a single IP out of the Pool.
following is an example of my present configuration
gi0/1
ip address x.x.x.1 255.255.255.248
ip nat outside
!
atm1/0
ip address 10.10.1.x 255.255.255.0
ip nat inside
!
atm1/1
ip address 10.10.2.x 255.255.255.0
ip nat inside
!
etc.
!
ip nat pool test x.x.x.1 x.x.x.7 prefix-length 29
ip nat inside source list 3 interface gi0/1 overload
!
ip access-list 3 permit 10.10.0.0 0.0.255.255
!
suggesstions is greatly appreciated..
Thanks for your help..