cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
825
Views
1
Helpful
2
Replies

How to configure Cisco 4221 WEB UI for WAN Configuration

pravikiran92
Level 1
Level 1

can you please help , how can i enable webUi in cisco 4221 router for ISP configure

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame
Device #configure terminal
Device (config)# username <username> privilege <privilege> password 0 <passwordtext>

Device #configure terminal
Device (config)#ip http server
Device (config)#ip http secure-server
Device #configure terminal 
 Device (config)#ip http authentication loccal

https://ip-address

if this is fresh install you can follow below guide :

https://www.cisco.com/c/en/us/td/docs/routers/access/4400/software/configuration/guide/isr4400swcfg/bm_isr_4400_sw_config_guide_chapter_011.html

 

 

Step 1

Configure the HTTP server. By default, the HTTP server configuration should be present on the device. Ensure the configuration by checking if the ip http server and ip http secure-server commands are present in the running configuration.

Device #configure terminal
Device (config)#ip http server
Device (config)#ip http secure-server
Step 2

Set up the authentication options to log into Web UI. You can use one of these methods to authenticate:

  1. You can authenticate using local database. To use a local database for Web UI authentication, ensure to have the ip http authentication local command in the running configuration. This command is preconfigured on the device. If the command is not present, configure the device as shown in this example:

    Device #configure terminal 
     Device (config)#ip http authentication local
    
  2. Authenticate using AAA options. To use AAA authentication for Web UI, ensure to configure ‘ip http authentication aaa’ on the device. Also, ensure that the required AAA server configuration is present on the device.

    Device #configure terminal
    Device (config)#ip http authentication local
     
Step 3

Launch the browser. In the address bar, type the IP address of the device. For a secure connection, type https://ip-address.

Step 4

Enter the default username (webui) and default password (cisco).

Step 5

Click Log In.

BB

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

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame
Device #configure terminal
Device (config)# username <username> privilege <privilege> password 0 <passwordtext>

Device #configure terminal
Device (config)#ip http server
Device (config)#ip http secure-server
Device #configure terminal 
 Device (config)#ip http authentication loccal

https://ip-address

if this is fresh install you can follow below guide :

https://www.cisco.com/c/en/us/td/docs/routers/access/4400/software/configuration/guide/isr4400swcfg/bm_isr_4400_sw_config_guide_chapter_011.html

 

 

Step 1

Configure the HTTP server. By default, the HTTP server configuration should be present on the device. Ensure the configuration by checking if the ip http server and ip http secure-server commands are present in the running configuration.

Device #configure terminal
Device (config)#ip http server
Device (config)#ip http secure-server
Step 2

Set up the authentication options to log into Web UI. You can use one of these methods to authenticate:

  1. You can authenticate using local database. To use a local database for Web UI authentication, ensure to have the ip http authentication local command in the running configuration. This command is preconfigured on the device. If the command is not present, configure the device as shown in this example:

    Device #configure terminal 
     Device (config)#ip http authentication local
    
  2. Authenticate using AAA options. To use AAA authentication for Web UI, ensure to configure ‘ip http authentication aaa’ on the device. Also, ensure that the required AAA server configuration is present on the device.

    Device #configure terminal
    Device (config)#ip http authentication local
     
Step 3

Launch the browser. In the address bar, type the IP address of the device. For a secure connection, type https://ip-address.

Step 4

Enter the default username (webui) and default password (cisco).

Step 5

Click Log In.

BB

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

How to Ask The Cisco Community for Help

pravikiran92
Level 1
Level 1

Hi Balaji

Grate awesome , this is worked for me.

One more thing , i have facing one issue after configured.

actually, we have taken 150mbps bandwidth from ISP , it is working direct from ISP Line, but i have getting 2mbps /3mbps through Cisco Router which is configured.

i think missed some configuration , can you please help on this.

Thnx in advance.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card