Forum Discussion

mfkk531_168091's avatar
mfkk531_168091
Icon for Nimbostratus rankNimbostratus
Feb 16, 2015

Telnet pool members from Bigpipe/Tmsh - LTM has 3 partitions

I want to telnet to the pool members from within the partition in which the pool members live.

 

But when i login to CLI, i assume its common partition by default and my telnet/curl fails.

 

Basically i want to enter into a particular partition and then run the commands like telnet

 

I already tried

 

cd /partitionname

 

rdsh routedomain

 

Nothing works..

 

 

Please help. Much appreciated.

 

Thanks in Advance

 

3 Replies

  • Hi Fasahat,

    you have access to the partitions from the tmsh (TMOS Shell).

    You can enter the tmsh from shell just by entering "
    tmsh
    ".

    Thanks, Stephan
  • Hi Fasahat,

    the available tools are version dependent, afaik.

    There is no need to enter a partition specific context to use "run util".

    root@(bigip172)(cfg-sync Standalone)(Active)(/Common)(tmos) run / util telnet 10.131.131.120 80
    Trying 10.131.131.120...
    Connected to 10.131.131.120.
    Escape character is '^]'.
    GET /text HTTP/1.0
    
    HTTP/1.0 200 OK
    Server: LB-NET
    Set-Cookie: JSESSIONID=096403913.260576166
    Set-Cookie: StaticCookie=lb-net_static
    Connection: close
    Content-Length: 319
    
    Server
    [IP::local_addr]:[TCP::local_port]      10.131.131.120:80
    [IP::client_addr]:[TCP::client_port]    10.131.131.172:41505
    [HTTP::host]
    [HTTP::uri]                             /text
    [HTTP::path]                            /text
    [HTTP::query]
    [HTTP::header X-Forwarded-For]
    [HTTP::header Virtual-Server-IP]
    [HTTP::header X-Offloaded-SSL]
    Random Number                           5036
    Connection closed by foreign host.
    

    To figure out the available options in tmsh just type "run util" and enter :

    root@(bigip172)(cfg-sync Standalone)(Active)(/Common)(tmos) run / util
    Components:
      bash              fips-util         netstat           scp               telnet            unix-ls
      ccmode            gencert           ping              sftp              test-monitor      unix-mv
      dig               get-ccn-dossier   ping6             ssh-keyswap       tracepath         unix-rm
      dnat              get-dossier       platform_check    ssldump           tracepath6        updatecheck
      domain-tool       imish             qkview            sys-icheck        traceroute        vconsole
      fips-card-sync    lsndb             racoonctl         tcpdump           traceroute6       zebos
    

    Thanks, Stephan