Display information about active subscriber sessions on your router.
To display summary information for all active subscriber sessions:
host1# show service-management subscriber-session brief
Subscriber Sessions
-------------------
Service
Name Interface Id Owner/Id State Non-volatile Sessions
---------------- -------------- -- --------- ------ ------------ --------
CLIENT1@ISP.COM ip192.168.0.3 1 AAA 4194326 Active False 1
CLIENT2@ISP.COM ip192.168.0.7 2 AAA 4194327 Active False 1
CLIENT3@ISP.COM ip192.168.0.4 3 AAA 4194328 Active False 1
CLIENT4@ISP.COM ip192.168.0.5 4 AAA 4194329 Active False 1
CLIENT5@ISP.COM ip192.168.0.6 5 AAA 4194330 Active False 1
CLIENT6@ISP.COM ip192.168.0.8 6 AAA 4194331 Active False 1
CLIENT7@ISP.COM ip192.168.0.1 7 AAA 4194332 Active False 1
CLIENT8@ISP.COM ip192.168.0.9 8 AAA 4194333 Active False 1
CLIENT9@ISP.COM ip192.168.0.2 9 AAA 4194334 Active False 1
CLIENT10@ISP.COM ip192.168.0.10 10 AAA 4194335 Active False 1
To display information for that particular subscriber with the subscriber name:
host1# show service-management subscriber-session client1@isp.com interface ip 192.168.0.1
User Name: CLIENT1@ISP.COM, Interface: ip 192.168.0.1
Id: 1
Owner: AAA 4194326
Non-volatile: False
State: Active
ServiceSessions:
Name mutex Owner/Id State Operation
----------------------- ----- ----------- ------------------ ---------
tiered(2000000,3000000) AAA 4194326 ConfigApplySuccess Activate
Name Non-volatile
----------------------- ------------
tiered(2000000,3000000) False
To display information for that particular subscriber with the service session:
host1# show service-management subscriber-session client1@isp.COM interface ip 192.168.0.1 service-session tiered User Name: client1@isp.COM, Interface: ip192.168.0.1 Service : tiered(2000000,3000000) Non-volatile : False Owner : AAA 41943236 State : Config ApplySuccess Activate : True Statistics Type : time-based and volume-based Statistics Complete : False Poll Interval : 0 Poll Expire : 0 Activate Time : THU MAR 02 01:21:26 2006 Time : 0 Time Expire : 0 Volume MBytes: 2 Volume Expire MBytes : 1 Input Bytes : 594 Output Bytes : 1196 Input Packets : 1 Output Packets : 2
To display information for a particular subscriber using the subscriber ID:
host1#show service-management subscriber-session 20
User Name: CLIENT50@ISP.COM, Interface: ip192.168.100.33
Id: 20
Owner/Id: CLI
Non-volatile: True
State: Active
ServiceSessions:
Name mutex Owner State Operation
------------------- ----- ----- ------------------- ---------
internet(5000,8000) 12 CLI Config ApplySuccess Activate
Name Non-volatile ------------------ ------------ internet(5000,8000) True
Table 158 lists the show service-management subscriber-session command output fields.
Table 158: show service-management subscriber-session Output Fields