show radius-server secure ipsec
Syntax
show radius-server secure ipsec { server-list | host {<FQDN> | <IPV4> | <IPv6>}
[port <PORT-NUMBER>] [vrf <VRF-NAME>] [vsx-peer] }
Description
Shows information for one or all RADIUS servers configured with IPsec.Command context
Operator (>
) or Manager (#
)
Parameters
server-list
Selects all servers for showing.
host {<FQDN> | <IPV4> | <IPv6>}
- Specifies the RADIUS server as:
<FQDN>
: a fully qualified domain name.<IPV4>
: an IPv4 address.<IPV6>
: an IPv6 address.
port <PORT-NUMBER>
Specifies the UDP authentication port number. Range: 1 to 65535. Default: 1812.
vrf <VRF-NAME>
Specifies the VRF name to be used for communicating with the server. If no VRF name is provided, the default VRF named
default
is used.[vsx-peer]
Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed.
Authority
Operators or Administrators. Users without administrator authority can execute this command from the operator context (>) only.
Usage
The IPsec key is shown in an exportable ciphertext format.
Examples
Showing information for RADIUS server 1.1.1.1 secured with IPsec:
switch# show radius-server secure ipsec host 1.1.1.1 IPsec : enabled Protocol : ESP Authentication : MD5 Encryption : AES SPI : 1234
Showing information for all RADIUS servers secured with IPsec:
switch# show radius-server secure ipsec server-list Server : 1.1.1.1 IPsec : enabled Protocol : ESP Authentication : MD5 Encryption : AES SPI : 1234 Server : 1.1.1.2 IPsec : enabled Protocol : ESP Authentication : MD5 Encryption : AES SPI : 12341