Posted inF5 Network F5 BIG-IP interface show UNINITIALIZED Posted by Tim Ng 2022-09-30 如圖看到Interface全部都是UNINITIALIZED 按Create 看情怳選擇, 我是用Routed Mode 新増2個vLan, 我這個案例是沒有使用vLan Tag, Tag 4094和4093不是802.11的vLan Tag, 只是F5的一個記號, 隨便打就可以 2個Interfa...
Posted inCisco EIGRP Metric 計算 Posted by Tim Ng 2022-09-14 以下為預設value K1 = K3 = 1 K2 = K4 = K5 = 0 Metric公式 Metric = 256*((K1*Scaled Bw) + (K2*Scaled Bw)/(256 – Load) + (K3*Scaled Delay)*(K5/(Reliability + K4)...
Posted inCisco EIGRP offset-list Posted by Tim Ng 2022-09-08 現在PC2到PC1的路經: PC2 -> R2 -> R1 -> PC1 利用eigrp的offset-list更改路由, PC2 -> R2 -> R3 -> R1 -> PC1 PC1 ip 10.1.1.10/24 10.1.1.1 PC2 ip 20...
Posted inLinux Network Ubuntu GNS3 Wireshark Permission denied Posted by Tim Ng 2022-09-06 Couldn't run /usr/bin/dumpcap in child process: Permission denied sudo dpkg-reconfigure wireshark-common Yes sudo chmod +x /usr/bin/dumpcap
Posted inCisco Cisco Policy Based Routing(PBR) Posted by Tim Ng 2022-09-01 PC1: 10.0.0.1 Server1: 192.168.5.1 (config)#access-list 100 permit ip host 10.0.0.1 host 192.168.5.1 (config)#route-map PC1toServer1 permit (config-ro...