Enterasys Networks XSR-Series Router User Manual


 
Configuration Guide Page 14 of 55
4.2 NAT static bindings
XSR-1805#show running-config
!!
! Version 4.0.0.0, Built Mar 26 2003, 19:47:17
!
hostname XSR-1805
!
interface FastEthernet1
description "LAN-Interface1"
ip address 10.10.10.1 255.255.255.0
no shutdown
!
interface FastEthernet2
description "LAN-Interface2"
ip address 134.161.208.1 255.255.255.0
no shutdown
!
ip nat source static 10.10.10.100 134.161.208.100
ip nat source static 10.10.10.101 134.161.208.101
!
end
XSR-1805#
4.3 NAT dynamic with PAT “Port Address Translation”
XSR-1805#show running-config
!!
! Version 4.0.0.0, Built Mar 26 2003, 19:47:17
!
hostname XSR-1805
!
access-list 10 permit 10.10.10.0 0.0.0.255
!
interface FastEthernet1
description "LAN-Interface1"
ip address 10.10.10.1 255.255.255.0
no shutdown
!
interface FastEthernet2
description "LAN-Interface2"
ip address 134.161.208.1 255.255.255.0
ip nat source list 10 assigned overload
no shutdown
!
end
XSR-1805#