03-18-2013 11:04 AM
I need to setup new ACE 4710 device , after referring to "Establishing a Console Connection on the ACE" i had managed to set up initial console connection. During installtion i had configured vlan (default vlan 1000) , interface ip adess& subnet mask.
Post initial config i understand i should be able to open' Device Manager GUI Login Window' but it is not opening.
I also need inputs on setting 4710 for the telnet connection
Thanks
03-18-2013 02:40 PM
Manjunath,
I assume you already configured the management configuration, right?
Can you paste it?
I assume you are getting a "blank page" and that's it correct?
Can you get a #show tech-support and after that try to reboot the box?
Additionally, what version are you running?
Jorge
03-18-2013 04:56 PM
HI,
This is the basic configuration you need to get telnet, https, http, ssh aceess to the ACE:
access-list Allow_Access line 10 extended permit ip any any
class-map type management match-any NSS-ACCESS
10 match protocol telnet any
30 match protocol icmp any
40 match protocol http any
50 match protocol https any
60 match protocol ssh any
policy-map type management first-match NSS_MGMT
class NSS-ACCESS
permit
interface vlan XX
ip address x.x.x.x z.z.z.z
access-group input Allow_Access
service-policy input NSS_MGMT
no shutdown
ip route 0.0.0.0 0.0.0.0 w.w.w.w
---------------------
Cesar R
ANS Team
03-18-2013 08:19 PM
Thank you for the revert..
Cesar ! WIll append yur config & let you know the status
Jorge! Installation is being carried out @ client place , will share the config
03-18-2013 08:33 PM
Manjunath,
What my colleague Cesar pasted is more or less what we would expect to see in your configuration to have this working.
Jorge
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