Documentation ¶
Index ¶
Constants ¶
View Source
const ( NETCONF_CMD_CLI = "junoscript netconf need-trailer" NETCONF_CMD_SHELL = "exec xml-mode netconf need-trailer" )
View Source
const ( CLI_MODE_SHELL = iota CLI_MODE_CLI )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JnprIOProc ¶
type JnprIOProc struct {
// contains filtered or unexported fields
}
func (*JnprIOProc) Login ¶
func (j *JnprIOProc) Login(t *netconf.TransportTelnet, username string, password string) error
func (*JnprIOProc) StartNetconf ¶
func (j *JnprIOProc) StartNetconf(t *netconf.TransportTelnet) error
Click to show internal directories.
Click to hide internal directories.