Hi folks, Trying to eliminate my remaining Cisco routers. I still have a 2501 in service that really needs to go. To that end I'm trying to duplicate it's config on an 1805.
Both the cisco and 1805's configs are below. Just wondering if I've properly translated between them. IPs changed, of course. The two systems do NAT just a bit differently and I'm not sure I worked out the proper translation for that. I appreciate comments, questions, corrections, etc. Thanks. Jim Current Cisco config: ! version 12.0 no service timestamps debug uptime no service timestamps log uptime service password-encryption ! hostname cjnat ! no logging console ! ip subnet-zero no ip domain-lookup ! ! ! interface Loopback0 ip address 10.1.1.1 255.255.255.0 no ip directed-broadcast ! interface Ethernet0 ip address 172.25.104.18 255.255.254.0 ip directed-broadcast ip nat inside ! interface Ethernet1 description FDLE_Router ip address 198.140.241.161 255.255.255.0 ip directed-broadcast ip nat outside ! interface Serial0 no ip address no ip directed-broadcast no ip mroute-cache shutdown ! interface Serial1 no ip address no ip directed-broadcast no ip mroute-cache shutdown ! ip default-gateway 198.140.241.7 ip nat pool CJNET 198.140.241.162 198.140.241.162 netmask 255.255.255.0 ip nat inside source list 1 pool CJNET overload ip nat inside source static 172.25.105.103 198.140.241.163 ip nat inside source static 172.25.107.13 198.140.241.12 ip nat inside source static 172.25.107.14 198.140.241.13 ip classless <various static routes deleted for brevity> ! access-list 1 permit 172.25.104.0 0.0.1.255 access-list 1 permit 172.25.106.0 0.0.1.255 access-list 1 permit 172.25.243.0 0.0.0.255 access-list 1 permit 172.25.244.0 0.0.0.255 access-list 1 permit 172.25.249.0 0.0.0.255 access-list 1 permit 172.25.251.0 0.0.0.255 access-list 1 permit 172.25.239.0 0.0.0.255 access-list 1 permit 172.25.216.0 0.0.0.255 access-list 1 permit 172.25.246.0 0.0.0.255 access-list 1 permit 172.25.215.0 0.0.0.255 access-list 1 permit 172.25.16.10 0.0.0.1 access-list 1 permit 172.25.224.0 0.0.0.255 access-list 1 permit 172.25.219.0 0.0.0.255 access-list 1 permit any snmp-server community public RW snmp-server chassis-id cjnat ! <deleted> ! End Proposed 1805 config to handle the same job: !PLATFORM ! CLI version 1.5 ! XSR-1805 ! Software: ! Version 7.6.12.0007, Built Jan 9 2008, 18:31:49 ! clock timezone -5 0 sntp-client server 172.25.16.11 sntp-client poll-interval 60 hostname cjnat logging timestamp local !NETWORK MANAGEMENT username admin privilege 15 password secret 5 53d2e290840e04f04435d8b93691a956 banner login "Warning! Unauthorized Access Will BE Prosecuted!" !ACCESS-LIST access-list 1 permit 172.25.104.0 0.0.1.255 access-list 1 permit 172.25.106.0 0.0.1.255 access-list 1 permit 172.25.243.0 0.0.0.255 access-list 1 permit 172.25.244.0 0.0.0.255 access-list 1 permit 172.25.249.0 0.0.0.255 access-list 1 permit 172.25.251.0 0.0.0.255 access-list 1 permit 172.25.239.0 0.0.0.255 access-list 1 permit 172.25.216.0 0.0.0.255 access-list 1 permit 172.25.246.0 0.0.0.255 access-list 1 permit 172.25.215.0 0.0.0.255 access-list 1 permit 172.25.16.10 0.0.0.1 access-list 1 permit 172.25.224.0 0.0.0.255 access-list 1 permit 172.25.219.0 0.0.0.255 !IP LOCAL POOLS ! ip local pool tofdle 198.140.241.162 255.255.255.255 ip nat pool tofdle !INTERFACE AND SUB-INTERFACE interface FastEthernet1 ip address 172.25.104.18 255.255.254.0 no shutdown interface FastEthernet2 ip address 198.140.241.161 255.255.255.0 ip nat source list 1 pool tofdle no shutdown interface Loopback0 ip address 1.1.1.25 255.255.255.0 no ip directed-broadcast !IP ip nat source static 172.25.107.14 198.140.241.13 ip nat source static 172.25.107.13 198.140.241.12 ip nat source static 172.25.105.103 198.140.241.163 ip route 0.0.0.0 0.0.0. 198.140.241.7 <static routes deleted for brevity> ________________________________ Please Note: Florida has a very broad Public Records Law. E-mails to this entity or its employees may be considered a public record. Your e-mail communication, including your email address may be disclosed to the public and media at any time. --- To unsubscribe from enterasys, send email to [email protected] with the body: unsubscribe enterasys [email protected]
