Posts

Showing posts from December, 2025

BDCOM Switch OLT NTP Server

time-zone tz 6 0  ntp server 183.177.72.201   ntp server 182.16.156.246  ntp server 216.239.35.4

BDCOM Switch switchport rate-limit

For  Switch  port Switch #config Switch_config#interface g ig 0/2 Switch_config_g0/1#switchport rate-limit ?   <1-16383>   -- Configure Bandwidth(unit:64kbps)   bandwidth  -- Configure Bandwidth(unit:1% of physical bandwidth) Switch_config_g0/2#switchport rate-limit  1600   ingress  -- Config port rate-limit ingress incoming traffic   egress   -- Config port rate-limit egress outgoing traffic Switch_config_g0/2#switchport rate-limit 1600 ingress Switch_config_g0/2#switchport rate-limit 1600 egress NB:  Here,  1 meaning 64Kbps, 2 meaning 128Kbps, 10 meaning 640Kbps and 1600 meaning (1600 x 64) = 102,400Kbps which is 100Mbps  switchport rate-limit (1024*Mbps/64=??) ingress switchport rate-limit (1024*Mbps/64=??) egress