We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c44f41 commit ed6b107Copy full SHA for ed6b107
src/content/docs/load-balancing/additional-options/load-balancing-rules/reference.mdx
@@ -120,6 +120,27 @@ Regardless of your traffic [proxy status](/load-balancing/understand-basics/prox
120
</p>
121
</td>
122
</tr>
123
+ <tr id="field-asnum">
124
+ <td valign="top">
125
+ <code>ip.src.asnum</code>
126
+ <br />
127
+ `Number`
128
+ </td>
129
+ <td>
130
+ <code>AS Number</code>
131
132
133
+ <p>
134
+ The 16-bit or 32-bit integer representing the Autonomous System (AS)
135
+ number associated with the client IP address.
136
+ </p>
137
138
+ Example value:
139
140
+ <code class="InlineCode">13335</code>
141
142
143
+ </tr>
144
</tbody>
145
</table>
146
0 commit comments