cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
416
Views
1
Helpful
8
Replies

Cisco ASA 5545 & 5550

antrikos_kal
Level 1
Level 1

Hello, can someone please help me configure these 2 ? I connect the router on the 0 int and at the 1 my pc.I want dhcp.Please help me.The commands are different from the 5510 and 5520 i had.

1 Accepted Solution

Accepted Solutions

Sheraz.Salim
VIP Alumni
VIP Alumni

here

interface ethernet 0/1
 nameif inside
 security-level 100
 ip address 192.168.1.1 255.255.255.0
 no shutdown

and

dhcpd address 192.168.1.5-192.168.1.254 inside
dhcpd enable inside
!
dhcpd dns 8.8.8.8
!
route outside 0.0.0.0 0.0.0.0 <your_router_ip>
!
please do not forget to rate.

View solution in original post

8 Replies 8

Sheraz.Salim
VIP Alumni
VIP Alumni

here

interface ethernet 0/1
 nameif inside
 security-level 100
 ip address 192.168.1.1 255.255.255.0
 no shutdown

and

dhcpd address 192.168.1.5-192.168.1.254 inside
dhcpd enable inside
!
dhcpd dns 8.8.8.8
!
route outside 0.0.0.0 0.0.0.0 <your_router_ip>
!
please do not forget to rate.

Hi, what about 0/0 interface?And what's the command to add the dns servers?

hi the commands nameif and ip address etc are wrong they are not accepted by cisco asa 5545 x

@antrikos_kalfor your ASA 5545 does have the gig-interface intead of e0/0 I have ammended the configuration for you

interface gig 0/0
 nameif inside
 security-level 100
 ip address 192.168.1.1 255.255.255.0
 no shutdown

and

dhcpd address 192.168.1.5-192.168.1.254 inside
dhcpd enable inside
!
dhcpd dns 8.8.8.8
!
route outside 0.0.0.0 0.0.0.0 <your_router_ip>
!

 

please do not forget to rate.

nameif says uknown command.

can you remotely connect and see what we can do?whenever you got time i have time.

interface and nameif are wrong comannds.can you give me a tutorial how to fux them?

antrikos_kal
Level 1
Level 1

Please anyone?

Review Cisco Networking for a $25 gift card