09-27-2012 01:32 PM - edited 03-07-2019 09:09 AM
Greetings;
We just got a new ASA5510 (straight out of the box). I’m new to the Cisco but feel we followed the directions. We connect to the management port and have our workstation set to get an ip via dhcp. A cat5 is connected to the management port, that goes into a hub (tested to work) and a cat5 is connected from the hub to the workstation (tested to work). Nothing else is connected. The workstation does not get an ip address. (assigns APIPA) Both the 5510 and workstation have been rebooted.
The workstation works otherwise. We have also connected both a crossover and straight through cable from the 5510 to the workstation. We have statically assigned an ip of 192.168.1.2 to the workstation and cannot ping the cisco (192.168.1.1).
Logging into the console port, everything looks okay with the management port. We have also performed a factory reset via the console. The Cisco ASA software version is 8.2.(1) Any help or recommendations would be appreciated.
Thanks
A “show conf” yields the following.
interface Management0/0
shutdown
nameif management
security-level 100
ip address 192.168.1.1 255.255.255.0
management-only
!
ftp mode passive
pager lines 24
logging asdm informational
mtu management 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-621.bin
no asdm history enable
arp timeout 14400
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
dynamic-access-policy-record DfltAccessPolicy
http server enable
http 192.168.1.0 255.255.255.0 management
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
Solved! Go to Solution.
09-27-2012 04:00 PM
The Management interface is in shutdown state. You need to activate it.
asa#conf t
asa(config)#interface management0/0
asa(config-if)#no shutdown
asa(config-if)#end
asa#ping 192.168.1.2
HTH,
Eduardo Campos
---
Posted by WebUser Eduardo Campos from Cisco Support Community App
09-27-2012 04:00 PM
The Management interface is in shutdown state. You need to activate it.
asa#conf t
asa(config)#interface management0/0
asa(config-if)#no shutdown
asa(config-if)#end
asa#ping 192.168.1.2
HTH,
Eduardo Campos
---
Posted by WebUser Eduardo Campos from Cisco Support Community App
09-28-2012 04:07 AM
Thank you, that did it. I appreciate the quick answer.
Thanks again
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide