09-13-2018 01:57 PM - edited 09-13-2018 02:02 PM
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
09-13-2018 02:07 PM
no ip http server no ip http secure-server
You have to enable http to access
ip http server ip http secure-server
09-13-2018 02:09 PM
Adding to other post create a local user to access http.
ip http authentication local
uername <username> privilege <privilege> password 0 <passwordtext>
09-14-2018 02:23 PM
I was able to run those commands and get in but it is not at all what I thought it was going to be.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide