cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
316
Views
0
Helpful
1
Replies

basic configuration of CSS11500

hi I am new to CSS. i need to know some very basic things. how to connect the device to the network and how the basice interfaces configuration can be done? like adding an IP address to the managemnt interface, accessing the GUI etc. Any help will be highly appreciated

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

To set an ip on the managment interface:

conf t

boot

ip address x.x.x.x

subnet mask x.x.x.x

The port on your switch should be set to half-duplex 10Mb.

To access this ip you need to be in the same subnet.

If you need to access it from a remote location, you can add a static route [no default route].

exit the boot mode and type

ip management route ....

Gilles.