Mudanças entre as edições de "Comparativo de comandos BGP entre diferentes fabricantes"

De Wiki BPF
Ir para: navegação, pesquisa
Linha 10: Linha 10:
 
|Ver os prefixos recebidos
 
|Ver os prefixos recebidos
 
|
 
|
|display bgp routing-table peer X.X.X.X received-routes
+
|display bgp routing-table peer '''IP_DO_PEER''' received-routes
|
+
|ip route print where received-from='''NOME_DO_PEER'''
 
|
 
|
 
|-
 
|-
 
|Ver os prefixos anunciados
 
|Ver os prefixos anunciados
 
|
 
|
|display bgp routing-table peer X.X.X.X advertised-routes
+
|display bgp routing-table peer '''IP_DO_PEER''' advertised-routes
 
|
 
|
 
|
 
|
Linha 22: Linha 22:
 
|Ver community de um prefixo anunciado
 
|Ver community de um prefixo anunciado
 
|
 
|
|run display bgp routing-table peer X.X.X.X advertised-routes PREFIXO MASCARA_CIDR
+
|run display bgp routing-table peer '''IP_DO_PEER''' advertised-routes '''PREFIXO''' '''MASCARA_CIDR'''
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 
|
 
|
 
|
 
|
 
|}
 
|}

Edição das 17h00min de 19 de novembro de 2019

EM CONSTRUÇÃO

Cisco Huawei Mikrotik Juniper
Ver os prefixos recebidos display bgp routing-table peer IP_DO_PEER received-routes ip route print where received-from=NOME_DO_PEER
Ver os prefixos anunciados display bgp routing-table peer IP_DO_PEER advertised-routes
Ver community de um prefixo anunciado run display bgp routing-table peer IP_DO_PEER advertised-routes PREFIXO MASCARA_CIDR