Junos RPC YANG module for telnet command(s)
Version: 2019-01-01
module junos-nfx-rpc-telnet { yang-version 1; namespace "http://yang.juniper.net/junos-nfx/rpc/telnet"; prefix telnet; import junos-common-types { prefix jt; revision-date "2019-01-01"; } organization "Juniper Networks, Inc."; contact "yang-support@juniper.net"; description "Junos RPC YANG module for telnet command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc start-telnet { description "Telnet to another host"; input { leaf eight-bit { type empty; description "Use 8-bit data path"; } leaf inet { type empty; description "Force telnet to IPv4 destination"; } leaf inet6 { type empty; description "Force telnet to IPv6 destination"; } leaf no-resolve { type empty; description "Don't attempt to print addresses symbolically"; } leaf source { type string; description "Source address to use in telnet connection"; } leaf bypass-routing { type empty; description "Bypass routing table, use specified interface"; } leaf interface { type union { type jt:interface-name; type string { pattern "<.*>|$.*"; } } description "Name of interface for outgoing traffic"; } leaf routing-instance { type string; description "Name of routing instance for telnet session"; } leaf vpn-interface { type union { type jt:interface-name; type string { pattern "<.*>|$.*"; } } status deprecated; description "Name of VPN interface for telnet session"; } leaf host { type string; mandatory true; description "Hostname or address or remote host"; } leaf port { type string; description "Port number or service name on remote host"; } leaf logical-system { type string; description "Name of logical system"; } leaf tenant { type string; description "Name of tenant"; } } output { choice output_c { leaf output { type string; } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc start-telnet } // module junos-nfx-rpc-telnet
© 2023 YumaWorks, Inc. All rights reserved.