asked on
ASKER
A switch is a device that filters and forwards packets of data between LAN segments. Switches operate at the data link layer or the network layer of the Open Systems Interconnection (OSI) Reference Model and therefore support any packet protocol. LANs that use switches to join segments are called switched LANs or, in the case of Ethernet networks, switched Ethernet LANs. A hub is a connection point for devices in a network. Hubs are commonly used to connect segments of a LAN. A hub contains multiple ports; when a packet arrives at one port, it is copied to the other ports so that all segments of the LAN can see all packets.
TRUSTED BY
It does not appear to be finding a DHCP server. If you're sure there's a DHCP server connected to it, you can either reboot the switch or restart the request broadcasts again with
ip dhcp restart
Or if there actually is not a DHCP server connected, set an IP manually on VLAN1.
interface vlan 1
ip address 192.168.1.10 255.255.255.0
Just ensure 192.168.1.10 is not in use by another device on the LAN it's hooked to, then after the IP is set you should be able to connect to the web interface from an adapter configured to use the 192.168.1.0 /24 network.