Unsolved
This post is more than 5 years old
25 Posts
0
32136
November 12th, 2004 11:00
Configuring 5324
console# configure
console(config)# interface ethernet g1
console(config-if)# ip address dhcp hostname device
console(config-if)# exit
console(config)#
What does the bolding of the commands imply? I dont understand what is meant by device. Is that the IP of the DHCP server? Whan I provide that IP and check the Ip address, it shows an IP of 0.0.0.0/24. What am I doing wrong?
Secondly, I would like to enable https management of the switch and so am following the instructions in the same guide:
To configure an initial HTTPS password, enter the following commands:
console(config)# ip https authentication local
console(config)# username admin password user1 level 15
Enter the following commands once when configuring to use a terminal, a Telnet, or an SSH session in order to use an HTTPS session.
NOTE: In the Web browser enable SSL 2.0 or greater for the page content to be displayed.console(config)# crypto certificate generate key_generate
console(config)# ip https server
When initially enabling an http or https session, enter admin for user name and user1 for password.
When I submit the command 'crypto certificate generate key_generate', it returns 'Unrecognized command'. Likewise for 'crypto certificate generate key_generate' (dash rather than underscore). Where is there a manual that describes the syntax required of these commands?
Charlie
0 events found


GregG1
2 Intern
•
812 Posts
0
November 12th, 2004 11:00
<ADMIN NOTE: Broken link has been removed from this post by Dell>
cvandusen
25 Posts
0
November 12th, 2004 13:00
Gateway IP Address Type Activity status
----------------------- -------- -----------------------
IP Address I/F Type
----------------------- ---------------------- ---------
0.0.0.0/32 vlan 1 DHCP
The IP is still invalid (0.0.0.0/32). Am I missing something?
GregG1
2 Intern
•
812 Posts
0
November 12th, 2004 14:00
cvandusen
25 Posts
0
November 12th, 2004 14:00
Here is what I tried:
delete startup
reload (deleting the flash file)
console> en
console# con
console(config)# username admin password admin level 15
console(config)# interface vlan 1
console(config-if)# ip address dhcp
console(config-if)# ex
console(config)# ex
console# show ip interface
Gateway IP Address Type Activity status
----------------------- -------- -----------------------
IP Address I/F Type
----------------------- ---------------------- ---------
0.0.0.0/32 vlan 1 DHCP
console#
Still no joy. I have link and activity lights (blinking) on the port).
Also, how does a newly signed certificate file get onto the switch in order to be imported?
Charlie
GregG1
2 Intern
•
812 Posts
0
November 12th, 2004 17:00
cvandusen
25 Posts
0
November 13th, 2004 08:00
Hi,
In trying to sort out the exact issues, Ive physically connected the 5324 directly to a port on my netgear FVS318 router. The router is also my dhcp server. Nonetheless, I am unable to acquire an IP address (see below). I dont believe the router is blocking any DHCP requests since it has been issuing IP addresses happily to all the network users for some time now.
console# con
console(config)#
console(config)#
console(config)#
console(config)# interface vlan 1
console(config-if)# ip address dhcp
console(config-if)# ex
console(config)# ex
console# show ip interface
Gateway IP Address Type Activity status
----------------------- -------- -----------------------
IP Address I/F Type
----------------------- ---------------------- ---------
0.0.0.0/32 vlan 1 DHCP
console#
So, for the time being, Im using a static IP because I cant spend more time on this. I would like to know wht the issue is nonetheless (if any).
So, any further ideas as to why I ccant get the switch to acquire its IP over DHCP? One thing I thought of was whether or not I should pre-allocate an Ip on the router using the switchs MAC address for the vlan 1. How do I find the MAC for this interface?
Thanks
Charlie