Interfaces and routes:Mgmt interfaceSystem :: Platform- Management port conf = manual - IP = 10.55.32.23 - Mask = 255.255.255.0 - Mgmt route = 10.55.32.1 - hostname = lb1n02.chuck.com - host ip add = use management port address - timezone = utc - root password = - admin password = - ssh access = enabled - ssh ip allow = all addresses <update> create vlans, and assign to physical interfacesNetwork :: VLANs :: <create>- name = n1-trans1 - Description = front end vlan - tag = 555 - interfaces: available = all - interfaces: tagged = 1.1 <finished> Network :: VLANs :: <create> - name = n1-srv1 - Description = backend network - tag = 550 - interfaces: available = all - interfaces: tagged = 1.1 <finished> create IPs, and assign to VLANsNetwork :: SelfIPs :: <create>- name = n1-srv1 - IP address = 10.55.80.7 - Netmask = 255.255.255.0 - VLAN = n1-srv1 - port lockdown = allow none - traffic group = traffic-group-local-only (non-floating) <finished> Network :: SelfIPs :: <create> - name = n1-trans1 - IP address = 10.55.64.252 - Netmask = 255.255.255.0 - VLAN = n1-trans1 - port lockdown = allow all - traffic group = traffic-group-local-only (non-floating) <finished> Network :: SelfIPs :: <create> - name = n1-trans1_float - IP address = 10.55.64.254 - Netmask = 255.255.255.0 - VLAN = n1-trans1 - traffic group = traffic-group-1 (floating) <finished> define the default route:Network :: Routes :: <add>- name = Default - description = general TMM outbound def routes - destination = 0.0.0.0 - netmask = 0.0.0.0 - resource = use gateway - gateway = ip address : 10.55.64.1 <finished> Management Settings:NTP:System :: Configuration :: Device :: NTP- address = 10.55.81.16 <add> - address = 10.55.81.17 <add> - address = 10.55.81.18 <add> <update> DNS:System :: Configuration :: Device :: DNSDNS Lookup Server List - Address = 10.55.81.17 <add> - Address = 10.55.81.18 <add> - Address = 10.120.81.17 <add> DNS Search Domain List - Address = chuck.com <add> <update> LDAPSystem :: Users :: Authentication<change> - user directory = remote ldap - host = 10.120.81.17 - port = 389 - remote directory tree = cn=users,cn=accounts,dc=chuck,dc=com - scope = sub - bind dn = f5_account - bind pass = abc123 - user template = uid=f5_admin Syslog:System :: Logs :: configuration :: Remote Logging- remote IP = 10.55.81.20 - remote port = 514 <add> - remote IP = 10.55.81.21 - remote port = 514 <add> - remote IP = 10.120.81.20 - remote port = 514 <add> <update> References:
|