You are on page 1of 1

DNS/ntp config

pool,pool members, nodes, virtual servers are basic object we create.

IP of server is called nodes.


IP+port no. is called pool members.
Multiple pool members collectivily called pool.
We create a logical object which listen the traffic and manages. ip+port# like
virtual server.
also called virtual ip. normally associated with pool.
so once traffic received for Virtual server it check for associated with
pool. as per load balancing algo it direct traffic to pool member.
External vlan self IP.
virtual server ip will be populating to external world. receving traffic from
external world via public ip we do static nat to virtual server ip.

---->
client-->virtual server(destination nat)--->poolmember
by default it translate the address. Destination NAT.
<-----

server don't have resource to process that much ssl handshake. so use ssl
offloading.
persistant based on client source ip address/dest ip add, ssl transaction
id/network address.
F5 check persistant record.

Traffic management shell (tmsh) = cli


configuration utility = GUI

One module to another module-->


/ltm <</module
snat <<component / one step further
/net vlan <<<module + component directly

whatever the config we do everything will be save in config file in bigip


/config/bigip.conf <<<for virtual server,pools,snat,monitor etc
/config/bigip_base.conf <<network config like blan,intefaces,self ip,device groups
etc.
/config/BigDB.dat <<< system settings

tmsh save /sys config << to save runn config


tmsh load /sys config <<load config file on big ip
tmsh list <parameters> << to see the runn config with complete path like with ltm

/var/local/ucs/<filename>.ucs <<<path where file saved


zipped archive file
tmsh save /sys ucs <filename> <<ucs keyword for archive format

/var/local/scf/<filename>scf
readable single config file
tmsh save /sys config file <filename>

40--

You might also like