Forum Discussion

vkoprivica_9683's avatar
vkoprivica_9683
Icon for Nimbostratus rankNimbostratus
May 03, 2013

Snat/Nat with Irule

Hi, I have been using an Irule to create the nat (pat) for internal network and direct traffic to the specific interface on the outside. Now, I would like to verify that configuration took place and also I would like to see nat communication for that irule.

 

Commands b nat show all or b snat show all does not show me the irule nat translation in the real time.

 

I was wondering if there is any other command which can prove/verify that new configuration took palce.

 

Thank you.

 

1 Reply

  • I was wondering if there is any other command which can prove/verify that new configuration took palce.can you try "b conn show all"?

    NAME
           conn command - Displays, deletes, or sets idle timeout for active con-
           nections on the BIG-IP system.
    
    SYNTAX
           Use this command to display, delete, or set idle timeout for active
           connections on the BIG-IP system.
    
    CREATE/MODIFY
            bigpipe conn ( â all) [{]  [}]
               ::=
                 [client ( â )] \
                    [server ( â )] \
                    [ss client ( â )] \
                    [ss server ( â )] \
                    [(any â local â mirror)] \
                    [protocol ] \
                    [age ]
               ::=
                 idle timeout ( â immediate â indefinite)
    
    DISPLAY
            bigpipe conn [ â all] [show [all]]
            bigpipe conn ( â all) age [show]
            bigpipe conn ( â all) client [show]
            bigpipe conn ( â all) idle timeout [show]
            bigpipe conn ( â all) protocol [show]
            bigpipe conn ( â all) server [show]
            bigpipe conn ( â all) ss client [show]
            bigpipe conn ( â all) ss server [show]