IPI-RADIUS 
Configure vrf name 
VRF Name associated with this instance 
This command is supported when following feature are enabled aaa feature 
Attribute Name: vrf-name 
Attribute Type: string
Attribute Name: key-type 
Attribute Type: enum (0|7) 
Attribute Name: secret-key-string 
Attribute Type: string 
Netconf edit-config payload 
	<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"> 
	<vrfs> 
	<vrf> 
		<vrf-name>management</vrf-name> 
		<config> 
			<vrf-name>management</vrf-name> 
			<key-type>0</key-type> <!-- operation="delete"--> 
			<secret-key-string>WORD</secret-key-string> <!-- operation="delete"--> 
		</config> 
	</vrf> 
	</vrfs> 
	</radius>
Command Syntax 
radius-server login key (0|7) WORD (vrf management|)
Configure timeout 
VRF Name associated with this instance 
This command is supported when following feature are enabled aaa feature 
Attribute Name: vrf-name 
Attribute Type: string
Attribute Name: timeout 
Attribute Type: uint8 
Attribute Range: 1-60 
Netconf edit-config payload 
	<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"> 
	<vrfs> 
	<vrf> 
		<vrf-name>management</vrf-name> 
		<config> 
			<vrf-name>management</vrf-name> 
			<timeout>1</timeout> <!-- operation="delete"--> 
		</config> 
	</vrf> 
	</vrfs> 
	</radius>
Command Syntax 
radius-server login timeout <1-60> (vrf management|)
Configure sequence number 
Use this attribute to set the sequence-number/priority index for the RADIUS server 
This command is supported when following feature are enabled aaa feature 
Attribute Name: sequence-number 
Attribute Type: uint8 
Attribute Range: 1-8
Netconf edit-config payload 
	<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"> 
	<vrfs> 
	<vrf> 
		<vrf-name>management</vrf-name> 
		<config> 
			<vrf-name>management</vrf-name> 
		</config> 
	<remote-servers> 
	<server> 
		<host-address>A.B.C.D</host-address> 
		<config> 
			<host-address>A.B.C.D</host-address> 
		</config> 
			<sequence-number>1</sequence-number> 
	</server> 
	</remote-servers> 
	</vrf> 
	</vrfs> 
	</radius>
Command Syntax 
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8>
Configure secret key string 
Shared key used between the authentication-server and the device 
This command is supported when following feature are enabled aaa feature 
Attribute Name: secret-key-string 
Attribute Type: string
Attribute Name: sequence-number 
Attribute Type: uint8 
Attribute Range: 1-8 
Attribute Name: key-type 
Attribute Type: enum (0|7) 
Netconf edit-config payload 
	<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"> 
	<vrfs> 
	<vrf> 
		<vrf-name>management</vrf-name> 
		<config> 
			<vrf-name>management</vrf-name> 
		</config> 
	<remote-servers> 
	<server> 
		<host-address>A.B.C.D</host-address> 
		<config> 
			<host-address>A.B.C.D</host-address> 
			<sequence-number>1</sequence-number> <!-- operation="delete"--> 
			<key-type>0</key-type> <!-- operation="delete"--> 
		</config> 
			<secret-key-string>WORD</secret-key-string> <!-- operation="delete"--> 
	</server> 
	</remote-servers> 
	</vrf> 
	</vrfs> 
	</radius>
Command Syntax 
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD
Configure accounting port 
Use this attribute to configure a RADIUS server and specify a UDP port to use for RADIUS accounting messages 
This command is supported when following feature are enabled aaa feature 
Attribute Name: accounting-port 
Attribute Type: uint16 
Attribute Range: 0-65535
Attribute Name: sequence-number 
Attribute Type: uint8 
Attribute Range: 1-8 
Attribute Name: key-type 
Attribute Type: enum (0|7) 
Attribute Name: secret-key-string 
Attribute Type: string 
Netconf edit-config payload 
	<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"> 
	<vrfs> 
	<vrf> 
		<vrf-name>management</vrf-name> 
		<config> 
			<vrf-name>management</vrf-name> 
		</config> 
	<remote-servers> 
	<server> 
		<host-address>A.B.C.D</host-address> 
		<config> 
			<host-address>A.B.C.D</host-address> 
			<sequence-number>1</sequence-number> <!-- operation="delete"--> 
			<key-type>0</key-type> <!-- operation="delete"--> 
			<secret-key-string>WORD</secret-key-string> <!-- operation="delete"--> 
		</config> 
			<accounting-port>0</accounting-port> <!-- operation="delete"--> 
	</server> 
	</remote-servers> 
	</vrf> 
	</vrfs> 
	</radius>
Command Syntax 
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD acct-port <0-65535>
Configure host address 
To represent the timeout configured by the user 
This command is supported when following feature are enabled aaa feature 
Attribute Name: timeout 
Attribute Type: uint8 
Default Value: 5 
Attribute Range: 1-60
Attribute Name: sequence-number 
Attribute Type: uint8 
Attribute Range: 1-8 
Attribute Name: key-type 
Attribute Type: enum (0|7) 
Attribute Name: secret-key-string 
Attribute Type: string 
Attribute Name: accounting-port 
Attribute Type: uint16 
Attribute Range: 0-65535 
Netconf edit-config payload 
	<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"> 
	<vrfs> 
	<vrf> 
		<vrf-name>management</vrf-name> 
		<config> 
			<vrf-name>management</vrf-name> 
		</config> 
	<remote-servers> 
	<server> 
		<host-address>A.B.C.D</host-address> 
		<config> 
			<host-address>A.B.C.D</host-address> 
			<sequence-number>1</sequence-number> <!-- operation="delete"--> 
			<key-type>0</key-type> <!-- operation="delete"--> 
			<secret-key-string>WORD</secret-key-string> <!-- operation="delete"--> 
			<accounting-port>0</accounting-port> <!-- operation="delete"--> 
		</config> 
			<timeout>1</timeout> <!-- operation="delete"--> 
	</server> 
	</remote-servers> 
	</vrf> 
	</vrfs> 
	</radius>
Command Syntax 
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD acct-port <0-65535> timeout <1-60>
Configure authentication port 
Use this attribute to configure a RADIUS server and specify a UDP port to use for RADIUS authentication messages 
This command is supported when following feature are enabled aaa feature 
Attribute Name: authentication-port 
Attribute Type: uint16 
Attribute Range: 0-65535
Attribute Name: sequence-number 
Attribute Type: uint8 
Attribute Range: 1-8 
Attribute Name: key-type 
Attribute Type: enum (0|7) 
Attribute Name: secret-key-string 
Attribute Type: string 
Netconf edit-config payload 
	<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"> 
	<vrfs> 
	<vrf> 
		<vrf-name>management</vrf-name> 
		<config> 
			<vrf-name>management</vrf-name> 
		</config> 
	<remote-servers> 
	<server> 
		<host-address>A.B.C.D</host-address> 
		<config> 
			<host-address>A.B.C.D</host-address> 
			<sequence-number>1</sequence-number> <!-- operation="delete"--> 
			<key-type>0</key-type> <!-- operation="delete"--> 
			<secret-key-string>WORD</secret-key-string> <!-- operation="delete"--> 
		</config> 
			<authentication-port>0</authentication-port> <!-- operation="delete"--> 
	</server> 
	</remote-servers> 
	</vrf> 
	</vrfs> 
	</radius>
Command Syntax 
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD auth-port <0-65535>
Configure key type 
Use this attribute to configure a RADIUS server and specify a UDP port to use for RADIUS accounting messages 
This command is supported when following feature are enabled aaa feature 
Attribute Name: accounting-port 
Attribute Type: uint16 
Attribute Range: 0-65535
Attribute Name: sequence-number 
Attribute Type: uint8 
Attribute Range: 1-8 
Attribute Name: key-type 
Attribute Type: enum (0|7) 
Attribute Name: secret-key-string 
Attribute Type: string 
Attribute Name: authentication-port 
Attribute Type: uint16 
Attribute Range: 0-65535 
Netconf edit-config payload 
	<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"> 
	<vrfs> 
	<vrf> 
		<vrf-name>management</vrf-name> 
		<config> 
			<vrf-name>management</vrf-name> 
		</config> 
	<remote-servers> 
	<server> 
		<host-address>A.B.C.D</host-address> 
		<config> 
			<host-address>A.B.C.D</host-address> 
			<sequence-number>1</sequence-number> <!-- operation="delete"--> 
			<key-type>0</key-type> <!-- operation="delete"--> 
			<secret-key-string>WORD</secret-key-string> <!-- operation="delete"--> 
			<authentication-port>0</authentication-port> <!-- operation="delete"--> 
		</config> 
			<accounting-port>0</accounting-port> <!-- operation="delete"--> 
	</server> 
	</remote-servers> 
	</vrf> 
	</vrfs> 
	</radius>
Command Syntax 
radius-server login host (A.B.C.D|X:X::X:X|HOSTNAME) (vrf management|) seq-num <1-8> key (0|7) WORD auth-port <0-65535> acct-port <0-65535>
Configure enable 
This attribute is to enable/disable RADIUS debug logging 
Attribute Name: enable 
Attribute Type: empty
Netconf edit-config payload 
	<radius xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"> 
	<debug> 
	<config> 
		</enable><!-- operation="delete"--> 
	</config> 
	</debug> 
	</radius>
Command Syntax 
debug radius
clear radius-server counters (vrf management|) 
Attribute Name: vrf-name 
Attribute Type: string 
Netconf RPC payload 
		<radius-clear-all-server-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"> 
		<vrf-name>management</vrf-name> 
		</radius-clear-all-server-counters>
Command Syntax 
clear radius-server counters (vrf management|)
clear radius-server host (A.B.C.D|X:X::X:X|HOSTNAME) counters (vrf (management|all)|) 
Attribute Name: hostname 
Attribute Type: union 
Attribute Name: vrf-name 
Attribute Type: string 
Netconf RPC payload 
		<radius-clear-server-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"> 
		<hostname>A.B.C.D</hostname> 
		<vrf-name>management</vrf-name> 
		</radius-clear-server-counters>
Command Syntax 
clear radius-server host (A.B.C.D|X:X::X:X|HOSTNAME) counters (vrf (management|all)|)
debug radius 
Netconf RPC payload 
		<radius-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"/>
Command Syntax 
debug radius
no debug radius 
Netconf RPC payload 
		<radius-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-radius"/>
Command Syntax 
no debug radius