Forum Discussion

vj_singh_177738's avatar
vj_singh_177738
Icon for Nimbostratus rankNimbostratus
May 12, 2015

description does not accept any space between the name from CLI/TMSH

Hi, I am configuring VIP/POOL/SNAT and adding description for my ease to identify but it does not accept any space between the name from CLI/TMSH and while doing this from gui mode takes.

 

create ltm snat tata.abc description tata industries { translation 2.2.2.2 origins add { 10.1.1.1/24 } }

 

Syntax Error: "industries" unknown property

 

this command throws an error becoz of space in between the name tata industries and same thing when I do this from GUI it takes without any error. Please tell me what mistakes I am making here.

 

1 Reply

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    vj_singh,

    Here's my command to do this:

    tmsh create ltm snat tata.abc description "tata industries" translation 2.2.2.2 origins add {10.1.1.0/24}

    So i'd put tata industries in quotes and then it complained about both the { before transation 2.2.2.2 and the IP address not equaling the mask.

    See if that helps.

    N