Cavern.sigma
Welcome to Cavern.sigma
今天設定一台 CISCO ME3400 外網接在 FastEthernet 0/1 上 發現從外面 ping 不到 switch IP 後面 Google 一下發現是這台 Switch 非 uplink port 預設是 User-Network Interfaces (UNI) 之間無法互相溝通 若要拿來連接其他 router / switch 則需要把該 port 設成 Network-Node Interfaces (NNI) 簡單設定一下 `port-type` 即可: ``` config t int FastEthernet 0/1 port-type nni ``` Reference: - https://community.cisco.com/t5/metro/i-can-t-ping-vlan-or-pc-on-switch-me3400/td-p/3096916 - https://www.cisco.com/c/en/us/td/docs/switches/metro/me3400e/software/release/12-2_44_ey/configuration/guide/3400escg/swint.pdf
2025-04-09 00:32:43
留言
Last fetch: --:-- 
現在還沒有留言!