TC-06: Time Restriction Check

Description

Verifies timespan bounds effectively closing the session gracefully linearly.

Input Packet (Mock)

Access-Request {
    User-Name = "aabb.ccdd.eeff"
}

Condition States

  • User connects at 11:00 PM on a Sunday.

  • Location limits: 1-5:3600-7200 (Monday-Friday logic only).

Expected Outcome

  1. Internal Routing: RestrictionOk remains no.

  2. Network Package:

Access-Reject {
    Reply-Message = "Access outside permitted time window"
}