cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
404
Views
0
Helpful
2
Replies

Clearing sessions on CSS11501

maskmukesh
Level 1
Level 1

HI,

If i run

(config)# zero service total-connections

will my all connections on CSS will be resetted to zero or the current conncections will only be ressetted to zero.

I want to reset total local connections to zero.

Total Local Connections: 22893465

Current Local Connections: 16

Total Connections: 22893465

can some body help me in doing this. this would be great help.

regards

Mukesh

2 Replies 2

b.hsu
Level 5
Level 5

By default, access to the CSS user database is not restricted. Nonrestricted access means any user with SuperUser privileges (local user, administrator, or technician) can:

?Create, modify, or delete usernames (user database entries)

?Clear the CSS running-config file

You can use the restrict user-database command to restrict the CSS user database to CSS users who are identified as either an administrator or a technician.

To restrict modification of the CSS user database, enter:

(config)# restrict user-database

To remove restrictions for modifying the CSS user database, enter:

(config)# no restrict user-database

It will clear total connections counters on the CSS.

Syed