cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3148
Views
17
Helpful
13
Replies

How to show Start date/time and End date/time after login guest portal

jewfcb001
Level 4
Level 4

Hi All,

 

The customer need to see Start Date/Time and End Date/Time after Login Cisco ISE guest (self-register/sponsor guest)

I'm not sure can i do from the customer requirement ? 

 

Please advise me.

2 Accepted Solutions

Accepted Solutions

I do not have in hand to offer that service of script, but you can engage with developer or integrator who can do the work for you :

 

you can find the variables :

 

https://www.cisco.com/c/en/us/td/docs/security/ise/2-2/admin_guide/b_ise_admin_guide_22/b_ise_admin_guide_22_chapter_010000.html#concept_C73E9224FDEE40578A4177888C3EF15D

BB

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

How to Ask The Cisco Community for Help

View solution in original post

13 Replies 13

balaji.bandi
Hall of Fame
Hall of Fame

what version of ISe, but it gives fair idea of how to generate reports :

 

https://www.cisco.com/c/en/us/td/docs/security/ise/2-4/admin_guide/b_ISE_admin_guide_24/m_ise_report.html

 

BB

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

How to Ask The Cisco Community for Help

@balaji.bandi 

Hi Balaji ,

 

Thank you for answer . I have plan for deploy Cisco ISE 3.x  But The customer need to see date/time of Start and End of Client after login 

guest portal .  I'm not sure Cisco ISE can customize page after login or not .

Cisco ISE 3.x  But The customer need to see date/time of Start and End of Client after login 

not sure i can understand this, where you want to see this ?  if the time setup window for 2 hours or 3 hours, that is the time when he login example time set for 3 hours if he loging 10:00am end will be 13:00 hours ?

 

BB

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

How to Ask The Cisco Community for Help

@balaji.bandi 

 

Yes . You are correct this information which i want you can see below . I see this information is attribute "ui_start_date_time" and "ui_time_left" can we show this value after login ?

 

Noted : This picture in capture from client detail on manage account in Sponsor Guest .

ise3.png

I do not believe you can show end time, that only record when the user disconnected, you can show user loging time and (if the time limit you can show decrement, but of home work scripting, if many users it have big load pushing)

 

Like any connect show decremetn time :

image.png

BB

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

How to Ask The Cisco Community for Help

@balaji.bandi 

 

You mean We cannot show time/date follow from my picture attached above .  

and We can only see in manage account in sponsor UI or not.

 

You may customize the Guest UI to statically say "You now have 4 hours of Internet access".

However the amount of time must match whatever you set for your Guest Type - it will not be dynamic from ISE.

Alternatively, you could add some JavaScript that runs on the Authentication Success Page that adds the days/hours/minutes you configure to the page load time (effectively the Guest Start Time) :

  • "You now have Internet Access until MM-DD-YYYY HH:MM:SS" 
  • Or do a JavaScript countdown of "You have Internet access for DD days HH hours MM minutes SS seconds".

If you do this, be sure to Enable Portal Customization with HTML and JavaScript .

@thomas 

 

You mean this information "Internet Access until MM-DD-YYYY HH:MM:SS"   can show after login ?

 

yes as mentioned above, if your user has 5 hours login, you can show the time from the Login time minus 5 hours decrementing, required some programming and pushing to user page.

 

check the link provided by @thomas 

BB

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

How to Ask The Cisco Community for Help

@balaji.bandi @thomas 

Thank you for information . I have a small question what is the value of MM-DD-YYYY HH:MM:SS  to process  HTML and JavaScript . ?

Can you provide example to me ?

I do not have in hand to offer that service of script, but you can engage with developer or integrator who can do the work for you :

 

you can find the variables :

 

https://www.cisco.com/c/en/us/td/docs/security/ise/2-2/admin_guide/b_ise_admin_guide_22/b_ise_admin_guide_22_chapter_010000.html#concept_C73E9224FDEE40578A4177888C3EF15D

BB

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

How to Ask The Cisco Community for Help

@balaji.bandi  

 

Thank you so much for information . 

Also, the Internet has many examples of Javascript countdown timers

https://duckduckgo.com/?q=javascript+countdown+timer+YYYY-MM-DD+HH%3AMM%3ASS