cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1774
Views
10
Helpful
3
Replies

I cannot figure out how to access gui for a CISCO 4321

allinarush
Level 1
Level 1

I have connected to the cisco via putty and configured passwords, interface gigabiteither 0, and also 0/0/0. I can ping it on the management port and on 0/0/0, but I cannot access the gui via https://192.168.1.1. 

 

This Guide does not tell much at all and I have not found much on google either. Can someone please point me in the right direction. This is router is not in production. 

 

Current configuration : 1429 bytes
!
! Last configuration change at 20:54:05 UTC Thu Sep 13 2018
!
version 15.5
service timestamps debug datetime msec
service timestamps log datetime msec
no platform punt-keepalive disable-kernel-core
!
hostname cisco4321
!
boot-start-marker
boot-end-marker
!
!
vrf definition Mgmt-intf
 !
 address-family ipv4
 exit-address-family
 !
 address-family ipv6
 exit-address-family

!
no aaa new-model
no process cpu autoprofile hog
!
!
!
!
!
!
!
!
!
!
!



!
!
!
!
!
!
!
!
!
!
subscriber templating
!
multilink bundle-name authenticated
!
!
!
!
license udi pid ISR4321/K9 sn FDO21062QE7
!
spanning-tree extend system-id
!
!
redundancy
 mode none
!
!
!
!
!
vlan internal allocation policy ascending
no cdp run
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface GigabitEthernet0/0/0
 no ip address
 shutdown
 negotiation auto
!
interface GigabitEthernet0/0/1
 no ip address
 shutdown
 negotiation auto
!
interface GigabitEthernet0
 vrf forwarding Mgmt-intf
 ip address 192.168.1.1 255.255.255.0
 negotiation auto
 no cdp enable
!
interface Vlan1
 no ip address
 shutdown
!
ip forward-protocol nd
no ip http server
no ip http secure-server
ip tftp source-interface GigabitEthernet0
!
!
!
snmp-server community public RO
!
!
control-plane
3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame
no ip http server
no ip http secure-server

You have to enable http to access 

 

ip http server
ip http secure-server

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Adding to other post create a local user to access http.

ip http authentication local
uername <username> privilege <privilege> password 0 <passwordtext>

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

I was able to run those commands and get in but it is not at all what I thought it was going to be. cisco.png