[root@bigip:Active] / # config
BigIP Management Port Setup ------------------------------------------------------------------------------ +---------------------Configuration Utility------------------------+ | Use this utility to add an IP address, netmask and default | | route for the management port on this system. | | You must add an IP address and netmask for the management | | port before you can use the web-based Setup utililty. | | | | | | | | | | | +------------------------------------------------------------------+ | < OK > | +------------------------------------------------------------------+
BigIP Management Port Setup ------------------------------------------------------------------------------ +--------------------qqConfigure IP Address------------------------+ | IP Address | | +--------------------------------------------------------------+ | | |192.168.8.31 | | | +--------------------------------------------------------------+ | | | | | +------------------------------------------------------------------+ | < OK > <Cancel> | +------------------------------------------------------------------+
BigIP Management Port Setup ------------------------------------------------------------------------------ +-----------------------Configure Netmask--------------------------+ | Netmask | | +--------------------------------------------------------------+ | | |255.255.255.0 | | | +--------------------------------------------------------------+ | | | | | +------------------------------------------------------------------+ | < OK > <Cancel> | +------------------------------------------------------------------+
BigIP Management Port Setup ------------------------------------------------------------------------------ +------------------------Management Route--------------------------+ | Do you want to create a default route for the management port? | | This is required if you want to connect to the management port | | from another subnet. | | | | | | | +------------------------------------------------------------------+ | < Yes > < No > | +------------------------------------------------------------------+
BigIP Management Port Setup ------------------------------------------------------------------------------ +-------------------Configure Management Route---------------------+ | Management Route | | +--------------------------------------------------------------+ | | |192.168.8.254 | | | +--------------------------------------------------------------+ | | | | | +------------------------------------------------------------------+ | < OK > <Cancel> | +------------------------------------------------------------------+
BigIP Management Port Setup ------------------------------------------------------------------------------ +---------------------Confirm Configuration------------------------+ | Accept these settings? | | IP: 192.168.8.31 | | Netmask: 255.255.0.0 | | Route: 192.168.8.254 | | | | | +------------------------------------------------------------------+ | < Yes > < No > | +------------------------------------------------------------------+
[root@bigip:Active] / # bigpipe route ip-addr/netmask { gateway next-hop }
[root@bigip:Active] / # bigpipe route default inet { gateway next-hop }
[root@bigip:Active] / # bigpipe route inet list route 192.168.10.0 netmask 255.255.255.0 { gateway 10.0.0.10 } route 192.168.11.0 netmask 255.255.255.0 { gateway 10.0.0.11 }
簡易形式で出力
[root@bigip:Active] / # bigpipe route inet gateway show ROUTE 192.168.10.0/24 - gateway 10.0.0.10 ROUTE 192.168.11.0/24 - gateway 10.0.0.11
[root@bigip:Active] / # netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.10.0 10.0.0.10 255.255.255.0 UGH 0 0 0 A-IF 192.168.11.0 10.0.0.11 255.255.255.0 UGH 0 0 0 A-IF
[root@bigip:Active] / # bigpipe route ip-addr/netmask delete
[root@bigip:Active] / # bigpipe snat name { option... }
オプション | 説明 |
origin ip-addr | NAT を許可する送信元アドレス any も指定可能 |
translation ip-addr | NAT 後の IP アドレス |
automap | NAT 後のアドレスを BIG-IP 自身の IP アドレスでオーバーロードする 冗長化している場合は仮想 IP アドレスでオーバーロードする |
vlan name (enable|disable) | NAT を許可する VLAN 名 |
[root@bigip:Active] / # bigpipe snat SNAT-A '{ > orign 192.168.0.32 > orign 192.168.0.33 > orign 192.168.0.34 > automap > vlan Inside-VLAN > }'
[root@bigip:Active] / # bigpipe snat SNAT-A orign 192.168.0.35
[root@bigip:Active] / # bigpipe snat [name] list
[root@bigip:Active] / # bigpipe snat [name] show
[root@bigip:Active] / # bigpipe snat SNAT-A list snat SNAT-A { automap orign 192.168.0.32 orign 192.168.0.33 orign 192.168.0.34 vlan Inside-VLAN enable }
[root@bigip:Active] / # bigpipe snat name delete
[root@bigip:Active] / # bigpipe failover standby
[root@bigip:Active] / # bigtop | bits since | bits in prior | current | Jun 20 10:36:30 | 0 seconds | time BIG-IP ACTIVE |---In----Out---Conn-|---In----Out---Conn-| 11:27:13 bigip00 3.506M 21.89M 355 0 0 0 [root@bigip:Active] / # bigpipe failover show FAILOVER active for 16:28:43
[root@bigip:Standby] / # bigtop | bits since | bits in prior | current | Jun 20 10:36:28 | 0 seconds | time BIG-IP STANDBY |---In----Out---Conn-|---In----Out---Conn-| 11:50:35 bigip01 5.352M 38.07M 496 0 0 0 [root@bigip:Standby] / # bigpipe failover show FAILOVER standby for 16:01:14
[root@bigip:Standby] / # tail /var/log/ltm Jun 20 13:40:23 sccp bcm56xxd[220]: 00010012:6: Link: 1.3 is DOWN Jun 19 21:40:43 bigip7 sod: 01140029:6: HA vlan_fs internal fails action is failover. Jun 20 13:40:55 tmm tmm[748]: 00010002:3: HA Connection with peer 172.16.7.32:30586 lost. Jun 19 21:40:56 bigip7 sod: 010c0018:1: Standby
[root@bigip:Standby] / # tail /var/log/ltm Jun 19 21:40:45 bigip8 sod: 010c0019:1: Active Jun 20 13:40:53 tmm tmm[752]: 00010002:3: HA Connection with peer 172.16.7.31:1028 lost.
[root@bigip:Active] / # bigpipe interface ifname mac masq mac-addr
MAC Address 0:1:d7:57:bc:2 MAC Masquerade Virtual Mac Address
[root@bigip:Active] / # bigpipe interface ifname vlans enable
[root@bigip:Active] / # bigpipe interface ifname vlans show
[root@bigip:Active] / # bigpipe save /config/bigip.conf was renamed to /config/bigip.conf.bak (n lines).
[root@bigip:Active] / # bigpipe save all /config/bigip_base.conf was renamed to /config/bigip_base.conf.bak (n lines). /config/bigip.conf was renamed to /config/bigip.conf.bak (n lines).
[root@bigip:Active] config # bigpipe load [filename] Reading configuration from /config/bigip_base.conf. Reading configuration from /usr/bin/monitors/base_monitors.conf. Reading configuration from /config/profile_base.conf. Reading configuration from /config/bigip.conf. Loading the configuration ...
[root@bigip:Active] config # bigpipe verify load [filename] BIGpipe is only validating the commands. Reading configuration from /config/bigip_base.conf. Reading configuration from /usr/bin/monitors/base_monitors.conf. Reading configuration from /config/profile_base.conf. Reading configuration from /config/bigip.conf. Validating the configuration ... No problems found.
[root@bigip:Active] config # bigpipe merge /config/bigip-AAA.conf Reading configuration from /config/bigip-AAA.conf.
[root@bigip:Active] config # bigpipe verify merge /config/bigip-AAA.conf BIGpipe is only validating the commands. Reading configuration from /config/bigip-AAA.conf. No problems found.
[root@bigip:Active] / # bigpipe config save path/filename.ucs Saving active configuration... Creating UCS for config save request...
[root@bigip:Active] / # bigpipe config install path/filename.ucs Saving active configuration... Creating UCS for config save request... Reading configuration from /config/bigip_base.conf. Reading configuration from /usr/bin/monitors/base_monitors.conf. Reading configuration from /config/profile_base.conf. Reading configuration from /config/bigip.conf. Loading the configuration ...
[root@bigip:Active] / # bigpipe config sync [all] Operation Status Configsync Mode: Push Transferring UCS to peer... Installing UCS on peer... Obtaining results of remote configuration installation... Hostname of UCS file is lb01.foobar.com, local hostname is lb00.foobar.com Installing shared configuration on host lb00.foobar.com Saving active configuration... Creating UCS for config save request... Reading configuration from /config/bigip_base.conf. Reading configuration from /usr/bin/monitors/base_monitors.conf. Reading configuration from /config/profile_base.conf. Reading configuration from /config/bigip.conf. Loading the configuration ... Saving active configuration... Creating UCS for config sync all request...
[root@bigip:Active] / # sync [root@bigip:Active] / # sync [root@bigip:Active] / # sync [root@bigip:Active] / # reboot
[root@bigip:Active] / # sync [root@bigip:Active] / # sync [root@bigip:Active] / # sync [root@bigip:Active] / # full_box_reboot
[root@bigip:Active] / # sync [root@bigip:Active] / # sync [root@bigip:Active] / # sync [root@bigip:Active] / # halt
[root@bigip:Active] / # bigpipe platform show [all]
[root@bigip:Active] / # tmstat CPU: 8% busy 78% idle 14% sleep DDD MMM DD HH:MM:SS YYYY Memory Allocated New Flow Old Flow Poll 76,542,564 / 834,666,496 48,098 39,891 462 Cycles [ . : . | . : .==] 108 4,114 6,046,493 Total Tcp Crypto Ops Random Class 1,510 Timers 992 Open 105 (total) 452 (total) 0 Stats 92 Accepts 0 rsa 0 Pseudo 94 Connects 1 full hs 0 Entropy Virtual Class Wait 94 record 452 Secure 15,502,629 (total) 1 Rtx 0 cipher 10,485,780 mco db 141 Del ACK 11 (unseen) 2,792,692 ssl 2,126,805 tcl [ . : . | . : . ] [ . : . | . : . ] 97,352 (unseen) 0b rx 0 link 0b tx [ . : . | . : . ] [ . : . | . : . ] Umem Class 0b rx 0 link 0b tx 274,057 (total) [ . : . | . : . ] [ . : . | . : . ] 262,039 ssl session c 0b rx 0 link 0b tx 3,587 rtm_internal [ . : . | . : . ] [ . : . | . : . ] 1,855 connflow cach 0b rx 0 link 0b tx 1,357 pool member c [ . : . | . : . ] [ . : . | . : . ] 808 xfrag cache 0b rx 0 link 0b tx 4,411 (unseen)
[root@bigip:Active] / # qkview
[root@bigip:Active] / # nice -20 qkview
[root@bigip:Active] / # bigpipe version | head Kernel: Linux 2.4.21-9.1.2.37.0smp Package: BIG-IP Version 9.1.2 97.0 Hotfix Version HF7 Edition Hot fixes: CR34771 Packages: i686/tmm i686/tmm-debug i686/tmm-strict CR45656 Packages: i686/bigpipe