Class containing the info about the DHCPSession. More...
Methods | |
Ack.Timestamp.Last.Get | |
Returns the timestamp when the last DHCP Ack message is received. More... | |
Description.Get | |
Returns a textual description of the object. | |
Discover.Timestamp.Last.Get | |
Returns the timestamp when the last DHCP Discover message is sent. More... | |
Lease.GiAddress.Get | |
Returns the ipAddress of the relay agent, used in booting via a relay agent. More... | |
Lease.Leasetime.Get | |
Returns IP Address lease time. More... | |
Lease.Options.Get | |
Returns a list if received DHCPOptions. More... | |
Lease.ServerAddress.Get | |
Returns the ipAddress of the DHCPServer. More... | |
Lease.SiAddress.Get | |
Returns the ipAddress of next server to use in bootstrap. More... | |
Offer.Timestamp.Last.Get | |
Returns the timestamp when the last DHCP Offer message is received. More... | |
Parent.Get | |
Returns the parent object. | |
Refresh.Timestamp.Get | |
Returns the timestamp when the counters of this object where last refreshed. More... | |
Refresh | |
Refresh the info. More... | |
Request.Timestamp.Last.Get | |
Returns the timestamp when the last DHCP Request message is sent. More... | |
Rx.Get | |
Returns the number of DHCPMessages recieved. More... | |
Tx.Get | |
Returns the number of DHCPMessages transmitted. More... | |
Class containing the info about the DHCPSession.
This class represents the session info gathered from a DHCPSession. It will contain counters of the amount of DHCPMessages transmitted and received. It also contains some values of the obtained lease ( leasetime, GiAddr, SiAddr, OptionValues )
Layer5.Dhcp.SessionInfo::Ack.Timestamp.Last.Get |
Returns the timestamp when the last DHCP Ack message is received.
Returns:
<Layer5::Dhcp::SessionInfo object>
Get the timestamp when the last ACK is received.
Returns:
3600000000000
Layer5.Dhcp.SessionInfo::Discover.Timestamp.Last.Get |
Returns the timestamp when the last DHCP Discover message is sent.
Returns:
<Layer5::Dhcp::SessionInfo object>
Get the timestamp when the last DISCOVER is sent.
Returns:
3600000000000
Layer5.Dhcp.SessionInfo::Lease.GiAddress.Get |
Returns the ipAddress of the relay agent, used in booting via a relay agent.
Returns:
<Layer5::Dhcp::SessionInfo object>
Get the number of DHCPMessage received
Returns:
10.3.3.1
Layer5.Dhcp.SessionInfo::Lease.Leasetime.Get |
Returns IP Address lease time.
Returns:
<Layer5::Dhcp::SessionInfo object>
Get the given lease time
Returns:
3600000000000
Layer5.Dhcp.SessionInfo::Lease.Options.Get |
Returns a list if received DHCPOptions.
Returns:
<Layer5::Dhcp::SessionInfo object>
Get the number of DHCPMessage received
Returns:
1 {ff ff ff 0 } 3 {a 8 2 1 } 51 {0 0 0 5 } 53 {5 } 54 {a 8 2 1 }
Layer5.Dhcp.SessionInfo::Lease.ServerAddress.Get |
Returns the ipAddress of the DHCPServer.
This address is parsed out of DHCPServerIdentifier option ( Option 54 )
Returns:
<Layer5::Dhcp::SessionInfo object>
Get the number of DHCPMessage received
Returns:
10.1.1.254
Layer5.Dhcp.SessionInfo::Lease.SiAddress.Get |
Returns the ipAddress of next server to use in bootstrap.
Returns:
<Layer5::Dhcp::SessionInfo object>
Get the number of DHCPMessage received
Returns:
10.1.1.2
Layer5.Dhcp.SessionInfo::Offer.Timestamp.Last.Get |
Returns the timestamp when the last DHCP Offer message is received.
Returns:
<Layer5::Dhcp::SessionInfo object>
Get the timestamp when the last OFFER is received.
Returns:
3600000000000
Layer5.Dhcp.SessionInfo::Refresh |
Layer5.Dhcp.SessionInfo::Refresh.Timestamp.Get |
Layer5.Dhcp.SessionInfo::Request.Timestamp.Last.Get |
Returns the timestamp when the last DHCP Request message is sent.
Returns:
<Layer5::Dhcp::SessionInfo object>
Get the timestamp when the last REQUEST is sent.
Returns:
3600000000000
Layer5.Dhcp.SessionInfo::Rx.Get |
Returns the number of DHCPMessages recieved.
Returns:
<Layer5::Dhcp::SessionInfo object>
Get the number of DHCPMessage received
Returns:
2
Layer5.Dhcp.SessionInfo::Tx.Get |
Returns the number of DHCPMessages transmitted.
Returns:
<Layer5::Dhcp::SessionInfo object>
Get the number of DHCPMessage received
Returns:
2