Você está na página 1de 7

###################################################################################

#################
####################################### INICIO DO CLEANUP
##########################################
#
#
#
# Router RNACI90-RMP01 - 10.242.79.33
#
#
configure service vprn 841
interface "PARA-URNCDW01-Iub-SERVICO" shutdown
interface "PARA-URNCDW01-Iub-SERVICO"
sap 1/2/2:893 shutdown
no sap 1/2/2:893
exit
no interface "PARA-URNCDW01-Iub-SERVICO"
exit all
#
configure service vprn 8461
interface "PARA-URNCDW01-GERENCIA" shutdown
interface "PARA-URNCDW01-GERENCIA"
sap 1/2/2:1893 shutdown
no sap 1/2/2:1893
exit
no interface "PARA-URNCDW01-GERENCIA"
exit all
admin save
#
#
####################################### FIM DO CLEANUP
#############################################
###################################################################################
#################
#
#
# ====================================================================
# ESSE TEMPLATE SÓ DEVE SER UTILIZADO EM ROTEADOR 7705 SAR-X/
# SAR8v2/SAR-M COM RELEASE 9.0.R11 OU SUPERIOR E QUE AINDA NÃO
# TEVE O QoS AJUSTADO CONFORME O PROJETO LÓGICO 2020.
# ====================================================================
#
# ====================================================================
# MODERNIZAÇÃO HUAWEI (uma conexão com Base Station para um ou mais
# serviços).
# Na criação do serviço 3G HUAWEI o solicitante pode optar por utilizar a
# configuração da GERENCIA existente no elemento e, neste caso, será
# configurada somente a interface IUB e, se necessário, realizados ajustes
# referentes à “sap-ingress 132” e à “sap-egress 132” (QoS para gerência).
# O sincronismo da HUAWEI continua sendo pela interface GERENCIA.
# Preferencialmente o atendimento da MODERNIZAÇÃO será em porta de 1G
# ou 10G, mas, em caso de indisponibilidade, pode ser utilizada porta 100M.
# O solicitante também pode optar por manter a porta 100M já utilizada para
# outro serviço Huawei, estando AUTORIZADO o oversubscription.
# ====================================================================
# Configuration in Nokia 7705-SAR - NODEB via DIRETO
# ====================================================================
#
# Router RNCDW01-RMP01 -
#
exit all
#
#
# ====================================================================
# Para porta de 1G, aplicar "speed 1000" e "autonegotiate limited".
# Para porta de 100M, aplicar "speed 100" e "no autonegotiate".
# Para porta de 10G, os comandos “speed” e “autonegotiate” não
# são aplicados).
# Caso o solicitante opte por manter a porta já utilizada para outro serviço Huawei
# alterar a description (também ajustar o "speed" e o "autonegotiate" quando a
# porta for de 1G e estiver configurada para 100M).
# ====================================================================
#
configure port 1/2/5
description "UNI|UNIFICADO|NS01RNCDW01|HUAWEI"
ethernet
mode access
encap-type dot1q
speed 100
duplex full
no autonegotiate
exit
no shutdown
exit all
#
#
configure qos
sap-ingress 10 create
description "QoS_INGRESS_to_NodeB"
queue 1 create
exit
queue 2 create
exit
queue 3 create
exit
queue 7 create
exit
queue 8 create
exit
fc "af" create
queue 2
exit
fc "be" create
queue 1
exit
fc "ef" create
queue 7
exit
fc "l1" create
queue 3
exit
fc "nc" create
queue 8
exit
dscp be fc "be" priority low
dscp ef fc "ef" priority high
dscp af12 fc "l1" priority high
dscp af13 fc "l1" priority high
dscp af21 fc "l1" priority high
dscp af22 fc "l1" priority high
dscp af23 fc "l1" priority high
dscp af41 fc "af" priority high
dscp af42 fc "af" priority high
dscp af43 fc "af" priority high
dscp cp51 fc "nc" priority high
dscp cp62 fc "nc" priority high
default-fc "be"
exit all
#
#
configure qos
sap-egress 8 create
description "QoS_EGRESS_to_NodeB"
queue 1 create
cbs 32000
mbs 40039
exit
queue 2 create
exit
queue 3 create
cbs 32000
mbs 40039
exit
queue 7 create
exit
queue 8 create
exit
fc af create
queue 2
exit
fc be create
queue 1
exit
fc ef create
queue 7
exit
fc l1 create
queue 3
exit
fc nc create
queue 8
exit
exit all
#
#
# ====================================================================
# Mesmo que o "sap-ingress 132" já exista com outro conteúdo, a
# configuração a seguir deve ser aplicada (nesse caso, também será
# necessário retirar os comandos referentes a “queue”, “fc” e “dscp”
# não previstos, mas o “sap-ingress” não precisa ser reaplicado nas
# interfaces lógicas que já o utilizam).
# ====================================================================
#
configure qos
sap-ingress 132 create
description "QOS_INGRESS_TO_GERENCIA_MOVEL"
queue 3 create
exit
queue 8 create
exit
fc "af" create
queue 3
exit
fc "nc" create
queue 8
exit
dscp ef fc "nc" priority high
dscp nc2 fc "nc" priority high
default-fc "af"
exit all
#
#
# ====================================================================
# Mesmo que o "sap-egress 132" já exista com outro conteúdo, a
# configuração a seguir deve ser aplicada (nesse caso, também será
# necessário retirar os comandos referentes a “queue” e “fc” não
# previstos, mas o “sap-egress” não precisa ser reaplicado nas
# interfaces lógicas que já o utilizam).
# ====================================================================
#
configure qos sap-egress 132 create
description "QOS_EGRESS_TO_GERENCIA_MOVEL"
queue 3 create
cbs 32000
mbs 40039
exit
queue 8 create
exit
fc af create
queue 3
exit
fc nc create
queue 8
exit
exit all
#
#
#===================================================================
# As configurações de "policy-options" SÓ devem ser aplicadas caso não existam.
#===================================================================
#
configure router policy-options
begin
community "VPN-DADOS" members "target:65084:1"
policy-statement "VPN_IMPORT_VPN-DADOS"
entry 10
from
protocol bgp-vpn
community "VPN-DADOS"
exit
action accept
exit
exit
default-action reject
exit
policy-statement "VPN_EXPORT_VPN-DADOS"
entry 10
from
protocol direct
exit
to
protocol bgp-vpn
exit
action accept
community add "VPN-DADOS"
exit
exit
entry 20
from
protocol static
exit
to
protocol bgp-vpn
exit
action accept
community add "VPN-DADOS"
exit
exit
default-action reject
exit
commit
exit all
#
#
configure service
vprn 841 customer 21 create
vrf-import "VPN_IMPORT_VPN-DADOS"
vrf-export "VPN_EXPORT_VPN-DADOS"
route-distinguisher 65084:1
auto-bind-tunnel
resolution-filter
ldp
exit
resolution filter
exit
interface "PARA-NS01RNCDW01-Iub-SERVICO" create
description "UNI|NodeB|NS01RNCDW01|HUAWEI|IUB|NE032716|SSD754484"
address 10.242.131.82/30
sap 1/2/5:893 create
shutdown
ingress
qos 10
exit
egress
qos 8
exit
collect-stats
accounting-policy 12
no shutdown
exit
no shutdown
exit
no shutdown
exit all
#
#
# ====================================================================
# Caso o solicitante opte por utilizar a configuração da GERENCIA existente
# no elemento, NÃO realizar a configuração de gerência descrita a seguir (e
# NEM desconfigurar qualquer rota estática existente para uma interface
# Loopback de Base Station Huawei).
# As configurações de "policy-options" SÓ devem ser aplicadas caso não existam.
# ALERTA: na VPRN de Gerência, deve ser verificado se a configuração existente
# apresenta o “sap-egress 132” associado ao Egress do SAP da interface lógica
# (caso não apresente, o “sap-egress 132” deve ser inserido).
# ====================================================================
#
configure router policy-options
begin
community "VPN-GERENCIA" members "target:65084:61"
policy-statement "VPN_IMPORT_VPN-GERENCIA"
entry 10
from
protocol bgp-vpn
community "VPN-GERENCIA"
exit
action accept
exit
exit
default-action reject
exit
policy-statement "VPN_EXPORT_VPN-GERENCIA"
entry 10
from
protocol direct
exit
to
protocol bgp-vpn
exit
action accept
community add "VPN-GERENCIA"
exit
exit
entry 20
from
protocol static
exit
to
protocol bgp-vpn
exit
action accept
community add "VPN-GERENCIA"
exit
exit
default-action reject
exit
commit
exit all
#
#
configure service
vprn 8461 customer 21 create
vrf-import "VPN_IMPORT_VPN-GERENCIA"
vrf-export "VPN_EXPORT_VPN-GERENCIA"
route-distinguisher 65084:61
auto-bind-tunnel
resolution-filter
ldp
exit
resolution filter
exit
interface "UNIF_NS01RNCDW01_GERENCIA" create
description "UNI|UNIFICADO|NS01RNCDW01|HUAWEI|GERENCIA|NE032716|SSD754484"
address 10.242.143.78/30
dhcp
server 10.119.232.5
no shutdown
exit
sap 1/2/5:1893 create
shutdown
ingress
qos 132
exit
egress
qos 132
exit
collect-stats
accounting-policy 12
no shutdown
exit
no shutdown
exit
no shutdown
exit all
#
#
admin save
#

Você também pode gostar