Unsolved

This post is more than 5 years old

7168

November 25th, 2019 09:00

Enable web GUI access on 3548

Hello all,


I am having some difficulty navigating through the command line for the 3548 switch. 

Right now, I am just trying to enable the Web GUI for the switch and no matter what I try, it still shows "deny service http"

I have tried following the tech articles from Dell to generate a certificate and run the ip https secure-server but nothing happens. 

Am I missing a step from the link below? 
It just returns me to the next line and that is all I get - https://www.dell.com/support/article/us/en/19/how10441/enable-https-ssh-and-disable-http-telnet-for-switch-management-on-powerconnect-3500-series-switches?lang=en

OPERATIONS_RACK1_SW1# sh run
vlan database
vlan 10
exit
interface range ethernet e(45-48)
switchport access vlan 10
exit
interface vlan 10
name "Phone System"
exit
voice vlan oui-table add 0001e3 Siemens_AG_phone________
voice vlan oui-table add 00036b Cisco_phone_____________
voice vlan oui-table add 00096e Avaya___________________
voice vlan oui-table add 000fe2 H3C_Aolynk______________
voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
voice vlan oui-table add 00d01e Pingtel_phone___________
voice vlan oui-table add 00e075 Polycom/Veritel_phone___
voice vlan oui-table add 00e0bb 3Com_phone______________
interface vlan 1
ip address 10.10.1.5 255.255.255.0
exit
ip default-gateway 10.10.1.1
ip access-list acl-test
exit
hostname OPERATIONS_RACK1_SW1
management access-list no-telnet
deny service telnet
deny service http
permit service ssh
exit
management access-class no-telnet
username admin password f166a9f6c636cac6d42b9eabe7d94c6e level 15 encrypted
username cshare password 27b79aff5d328410e1217595965b184e level 15 encrypted
ip ssh server
snmp-server community B57816-R) rw 10.10.1.5 view DefaultSuper
snmp-server community B57816-RO rw 10.10.1.31 view DefaultSuper
sntp client enable vlan 1
clock source sntp
sntp unicast client enable
sntp unicast client poll
sntp server 24.56.178.140 poll
sntp server 131.107.13.100 poll
sntp server 192.43.244.18 poll
line console
login-banner
exec-banner
exit

 

 


Default settings:
Service tag: 

SW version 2.0.0.48 (date 04-Sep-2012 time 17:19:21)

Fast Ethernet Ports
==========================
no shutdown
speed 100
duplex full
negotiation
flow-control off
mdix auto
no back-pressure

Gigabit Ethernet Ports
=============================
no shutdown
speed 1000
duplex full
negotiation
flow-control off
mdix auto
no back-pressure

interface vlan 1
interface port-channel 1 - 15

spanning-tree
spanning-tree mode STP

qos basic
qos trust cos

 

 

Moderator

 • 

9.6K Posts

November 28th, 2019 06:00

Hi,

It looks like it should be an underscore and not a dash. Page 58 https://downloads.dell.com/manuals/all-products/esuprt_ser_stor_net/esuprt_powerconnect/powerconnect-3548_user%27s%20guide_en-us.pdf

console(config)# crypto certificate generate key_generate

0 events found

No Events found!

Top