Posts Tagged bgp

BGP Summary

Хорошая статья про трерминологнию BGP: http://vcappuccio.wordpress.com/bgp/

Комментарии (2)

bgp private AS

Private autonomous system (AS) numbers which range from 64512 to 65535 are used to conserve globally unique AS numbers. Globally unique AS numbers (1 – 64511) are assigned by InterNIC. These private AS number cannot be leaked to a global Border Gateway Protocol (BGP) table because they are not unique.

Прочтите эту запись до конца »

Добавить комментарий

bgp configuration guide

http://www.cisco.com/en/US/docs/ios/12_2/ip/configuration/guide/fipr_c.html
Чтобы не потерять. Толковое руководство.

Добавить комментарий

cisco troubleshooting

sh ip traffic – всё о траффике через кошку
sh controllers ethernet-controller gi1/0/1 phy – инфа о SFP модуле в определенном порту
show vlan internal usage – показать используемые виланы
sh inventory raw – в 4924 инфу о воткнутом SFP похоже посмотреть можно только так.

sh ip protocols – Всё о динамической маршрутизации
BGP
sh ip bgp neighbors 192.168.1.3 advertised-routes – показать что bgp отдает соседу.
Диагностика проблем с TCAM, ASIC
sh platform ...
sh platform tcam utilization -место в TCAM
Диагностика проблем с интефейсами/памятью/CPU
sh controllers cpu-interface
sh controllers utilization – загрузка интерфейсов в процентах. Плюс загрузка фабрики свитча
sh controllers tcam
sh controllers tcam asic
sh controllers ethernet-controller phy
sh controllers ethernet-controller port-asic statistics
sh controllers ethernet-controller port-asic configuration
sh controllers ethernet-controller gigabitEthernet 1/0/1
interface commands
show interfaces description
show interfaces counters protocol status
show interfaces summary
show interfaces accounting
sh interfaces stats – статистика по интерфейсам, метод коммутации
sh interfaces switching – скрытая команда. Более подробно чем stats.
sh interface switchport – для диагностики виланов
show interface trunk – для диагностики виланов
SDM
sh sdm prefer
cdp
show cdp neighbors
show cdp neighbors detail – тут так же показывается версия IOS у соседа
show cdp entry * version – IOS соседа
show cdp entry * protocols – протоколы
multicast
sh ip multicast
sh ip multicast interface vlan 104
sh ip interface vlan 104
PIM troubleshooting
sh ip mroute
sh ip pim interface
sh ip pim rp [mapping]
sh ip rpf
sh ip pim interface vlan 25
sh ip pim neighbor
IGMP troubleshooting
sh ip igmp
sh ip igmp group
sh ip igmp interface
ip igmp join-group

Добавить комментарий