User guide

Developers guidelines | AT commands
271 June 2010
AT*EIARUTR Internet account configuration, read routing table parameters
Description: Reads the routing table parameters of one Internet account.
Execution
command: AT*EIARUTR=[<index>,<bearer_type>]
Response: List of IAs with their Routing table parameters:
*EIARUTR: <index>,<bearer_type>,<IP-version>,<prefix>,
<destination_address>,<nexthop_address>[:]
Test command: AT*EIARUTR=? Test if command is supported and show supported
parameters
Test command
response: Range of Routing table parameters:
*EIARUTR:(1-255),(0-4),(““),(0-32/0-128),(““),(““)
Parameter:
<index>:
<index> Description
0 Read Routing table parameters of all <bearer_type>
Internet accounts.
Default value
1–255 Read Routing table parameters of <bearer_type>
Internet account with index as specified
<bearer_type>:
<bearer_type> Description
0 All bearers. Used together with Index=0, reading all
Internet Accounts of all bearer types
1–4 Specific bearer. For more information on bearer
types see <bearer_type> parameter definitions
under command AT*EIAC
<IP-version>:
<IP-version> Description
“IP” Internet Protocol (IETF STD 5)
“IPV6” Internet Protocol, version 6 (IETF RFC 2460)
<prefix>:
<prefix> Description
0–32 IPv4:
Value used to create a IPv4 subnet mask. Indicates
how many bits should be set to 1 in the mask.
0 indicates default route. A value of 24 will result in
the following subnet mask: 255.255.255.0
0–128 IPv6:
Value used to create a IPv6 subnet mask. Indicates
how many bits should be set to 1 in the mask.
0 indicates default route. A value of 24 will result in
the following subnet mask: FFFF:FF00::0