cancel
Showing results for 
Search instead for 
Did you mean: 

Need some assistance translating a config file

Need some assistance translating a config file

Matt_Raio1
New Contributor
I have a basic Cisco config I need to translate to EXOS. I'm looking for an Extreme guru to assist.

The following is a config file. the IP addresses are arbitrary subnets in my local GNS3 topology:

R1#show runnR1#show running-config
Building configuration...

Current configuration : 1274 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
no ip icmp rate-limit unreachable
ip cef
!
!
no ip dhcp use vrf connected
!
ip dhcp pool internal-client # need to setup a DHCP server on the internal LAN interface
network 172.17.0.0 255.255.255.0
default-router 172.17.0.1 255.255.255.0
dns-server 192.168.1.254
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
archive
log config
hidekeys
!
!
!
!
ip tcp synwait-time 5
ip ssh version 1
!
!
!
!
interface FastEthernet0/0 #I want the external facing interface to OBTAIN a DHCP address
ip address dhcp
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1 #this is the gateway of the internal LAN interface
ip address 172.17.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
duplex auto
speed auto
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0/0 overload #simple NAT overload
!
access-list 1 permit 172.17.0.0 0.0.0.255 #the access list allows the local subnet through
no cdp log mismatch duplex
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
privilege level 15
logging synchronous
line aux 0
exec-timeout 0 0
privilege level 15
logging synchronous
line vty 0 4
login
!
!

So the four things are:
1. Obtain a DHCP address from the WAN facing interface.
2. Create a DHCP (which there are articles already)
3. Create an access list permitting the local network through the external interface.
4. Apply a NAT and an overload parameter to allow NAT'ing.

If you guys can come up with a config file, I'll plop it into my topology and do a full write up.

Thanks in advance.

-Matt

6 REPLIES 6

Hey Erik, I just wanted to say its great to have you join the Hub Community.

It's only been a short time with us so far as a registered member, but your answers have been fantastic. I can see you've got great skills on Extreme Networking solutions!

Mike_D
Extreme Employee

Hello Matt,

There's no NAT function available in EXOS. Can you get along without it?

Mike

GTM-P2G8KFN