Let's troubleshoot... We also do trainings .. Checkout our training page https://asame2.blogspot.com/p/we-also-deliver-trainings.html

Featured Post

How to generate a CSR on Cisco ASA using CLI? CSR- (Certificate signing request)

First thing we need is an RSA key pair:   crypto key generate rsa label SSL-Key modulus 1024 noconfirm Create a trust-point crypto ca...

Recent Comments

Recent Post

Saturday 7 November 2015

How to assign IP address on ASA 5505 - and how to create local pool for Inside on ASA 5505



Create VLAN Interface : interface vlan 1
ip address 192.168.1.1 255.255.255.0
no shut
exit


Go to physical interface and call the vlan using switchport access command

Interface eth0/0
switchport access vlan 1
no shut

For the ASA 5505, the maximum number of DHCP client addresses varies depending on the license: • If the limit is 10 hosts, the maximum available DHCP pool is 32 addresses.
• If the limit is 50 hosts, the maximum available DHCP pool is 128 addresses.
• If the number of hosts is unlimited, the maximum available DHCP pool is 256 addresses.

By default, the ASA 5505 ships with a 10-user license

You can configure a DHCP server on each interface of the ASA. Each interface can have its own pool of addresses to draw from.

You cannot configure a DHCP client or DHCP relay services on an interface on which the server is enabled. DHCP clients must be directly connected to the interface on which the server is enabled.

 show running-config dhcpd ----------- Shows the current DHCP configuration




0 comments: