User's Manual  438  Document #: LTRT-42060 
  Mediant 2600 E-SBC 
Parameter  Description 
Password 
[SBCUserInfoTable_Password] 
Defines the password for registering the user when authentication 
is necessary. 
The valid value is a string of up to 20 characters. 
IP Group ID 
[SBCUserInfoTable_IPGroupID]
Defines the IP Group ID to which the user belongs and is used as 
the Request-URI source host part for the AOR in the database. 
Status 
[SBCUserInfoTable_Status] 
(Read-only field) Displays the status of the user - "Registered" or 
"Not Registered". 
 
 
30.1.4.2.2 Configuring SBC User Info Table in CLI 
The SBC User Info table can be configured in the CLI using the following commands: 
  To add and/or modify a user (example): 
# configure voip 
(config-voip)# sip-definition proxy-and-registration 
(sip-def-proxy-and-reg)# user-info sbc-user-info <index, e.g., 
1> 
(sbc-user-info-1)# username JohnDee 
(sbc-user-info-1)# <activate | exit> 
  To delete a specific user, use the no command: 
(sip-def-proxy-and-reg)# no user-info sbc-user-info <index, 
e.g., 1> 
  To view all table entries: 
(sip-def-proxy-and-reg)# user-info sbc-user-info display 
---- sbc-user-info-0 ---- 
 local-user (JohnDee) 
 username (userJohn) 
 password (s3fn+fn=) 
 ip-group-id (1) 
 status (not-resgistered) 
---- sbc-user-info-1 ---- 
 local-user (SuePark) 
 username (userSue) 
 password (t6sn+un=) 
 ip-group-id (1) 
 status (not-resgistered) 
  To view a specific entry (example): 
(sip-def-proxy-and-reg)# user-info sbc-user-info <index, e.g., 
0> 
(sbc-user-info-0)# display 
 local-user (JohnDee) 
 username (userJohn) 
 password (s3fn+fn=) 
 ip-group-id (1) 
 status (not-resgistered) 
  To search a user by local-user: 
(sip-def-proxy-and-reg)# user-info find <local-user, e.g., 
JohnDoe> 
JohnDee: Found at index 0 in SBC user info table, not 
registered