cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1404
Views
0
Helpful
2
Replies

http server on 3548

patrickt333
Community Member

Configuring a new 3548 switch and can't get the http server to come up.  After finally figuring out that the command to enable it is "feature http-server", it shows enabled, but the switch isn't listening on port 80.  Strangely, it acts as if the feature isn't even installed, but does specifically say it's enabled.  What am I missing here?  Detailed output below.

 

Note the lack of an http-server entry.

switch-iscsi-1(config)# feature
bash-shell              nat                     scp-server            
bfd                     ntp                     sflow                 
bgp                     nv                      ssh                   
dhcp                    nxapi                   tacacs+               
eigrp                   ospf                    telnet                
evmed                   ospfv3                  tunnel                
fcoe                    pbr                     udld                  
fcoe-npv                pim                     vmtracker             
flexlink                port-security           vn-segment-vlan-based
hsrp                    private-vlan            vpc                   
interface-vlan          privilege               vrrp                  
lacp                    ptp                     vrrpv3                
lldp                    rip                     vtp                   
msdp                    scheduler               

 

Once again, http-server is not in the list of features.

switch-iscsi-1# show feature
Feature Name          Instance  State   
--------------------  --------  --------
bash-shell            1         disabled
bfd                   1         disabled
bgp                   1         disabled
dhcp                  1         disabled
eigrp                 1         disabled
eigrp                 2         disabled
eigrp                 3         disabled
eigrp                 4         disabled
evmed                 1         disabled
hsrp_engine           1         disabled
interface-vlan        1         disabled
lacp                  1         disabled
lldp                  1         enabled
msdp                  1         disabled
nat                   1         disabled
ntp                   1         enabled
nve                   1         disabled
nxapi                 1         disabled
ospf                  1         disabled
ospf                  2         disabled
ospf                  3         disabled
ospf                  4         disabled
ospfv3                1         disabled
ospfv3                2         disabled
ospfv3                3         disabled
ospfv3                4         disabled
pbr                   1         disabled
pim                   1         disabled
private-vlan          1         disabled
privilege             1         disabled
ptp                   1         disabled
rip                   1         disabled
rip                   2         disabled
rip                   3         disabled
rip                   4         disabled
scheduler             1         disabled
scpServer             1         disabled
sflow                 1         disabled
sshServer             1         enabled
tacacs                1         disabled
telnetServer          1         disabled
tunnel                1         disabled
udld                  1         disabled
vmtracker             1         disabled
vnseg_vlan            1         disabled
vpc                   1         disabled
vrrp                  1         disabled
vrrpv3                1         disabled
vtp                   1         disabled

 

But, the switch shows it as enabled.

switch-iscsi-1# show http-server
http-server enabled

 

But it's not listening on port 80

Starting Nmap 6.40 ( http://nmap.org ) at 2015-09-16 13:43 UTC
Nmap scan report for 192.168.100.28
Host is up (0.045s latency).
Not shown: 994 closed ports
PORT    STATE    SERVICE
21/tcp  filtered ftp
22/tcp  open     ssh
161/tcp open     snmp
512/tcp filtered exec
513/tcp filtered login
514/tcp filtered shell

Nmap done: 1 IP address (1 host up) scanned in 1.79 seconds

 

 

 

2 Replies 2

Iulian Vaideanu
Level 11
Level 11

I found this - it probably applies to your Nexus model as well:

https://supportforums.cisco.com/discussion/11273861/how-enable-http-server-nexus-5548

I guess we'll never know if this is true, I'm not buying fabric manager just so I can configure a simple web server for system management.  What a ridiculous way to do business.

 

Thanks for the response.