cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
361
Views
0
Helpful
4
Replies

how to access switch 1st time using web browser?

ravis27889
Level 1
Level 1
4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

its all depends on the Model

if the switch can offer DHCP - then connect PC to one of the port and browse http://x.x.x.x (Switch IP address to access the GUI of the switch to configure)

check Cat 9300 express setup :

https://www.youtube.com/watch?v=XHy-EiPOZcU

BB

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

How to Ask The Cisco Community for Help

I have DS-9132T-K9 just unboxed. Now want to take GUI interface in browser, but unable to find switch IP address.

DanielP211
VIP Alumni
VIP Alumni

Hello,

The question here is which switch is it? For the classic IOS, IOS-XE input the following commends over console:

int gig0 - (use the mgmt or create a new vlan for mgmt access)
ip address xx.xx.xx.xx

ip route 0.0.0.0 0.0.0.0 X.X.X.X (in case of VRF add Mgmt-vrf)

username XXXX priv 15 pass 0 XXX

ip http server
ip http secure-server
ip http authentication local

You can also add ip http access-class, to restrict the access.

BR

****Kindly rate all useful posts*****

I have DS-9132T-K9 just unboxed. Now want to take GUI interface in browser, but unable to find switch IP address.