Jerarquia Nokia SR OS (Classic CLI)

[Root] - Nivel Operacional  ┃
 ┣━━ configure                     # Nivel de Configuración
 ┃    ┃
 ┃    ┣━━ system { }               # Configuración global del sistema
 ┃    ┃    ┣━━ name                # Hostname del router
 ┃    ┃    ┣━━ contact / location  # Información administrativa
 ┃    ┃    ┣━━ login { }           # Usuarios locales, passwords, autenticación
 ┃    ┃    ┣━━ time { }            # Zona horaria
 ┃    ┃    ┣━━ ntp { }             # Sincronización de tiempo (servers, authentication)
 ┃    ┃    ┣━━ syslog { }          # Logs locales y remotos
 ┃    ┃    ┣━━ snmp { }            # SNMP (communities, traps, users v3)
 ┃    ┃    ┣━━ security { }        # Seguridad del sistema
 ┃    ┃    ┣━━ radius / tacplus { }# Servidores AAA
 ┃    ┃    ┣━━ dns { }             # Resolución de nombres
 ┃    ┃    ┗━━ management-interface { }  # CLI engine, NETCONF, gRPC, OpenConfig
 ┃    ┃
 ┃    ┣━━ card { }                 # Configuración del hardware (chasis)
 ┃    ┃    ┣━━ slot-number { }     # Cada tarjeta (FPC / CPM / IMM / MDA)
 ┃    ┃    ┃    ┣━━ card-type      # Tipo de tarjeta (iom-3e-xp, cpm5, etc)
 ┃    ┃    ┃    ┣━━ mda { }        # Módulos en la tarjeta (port density)
 ┃    ┃    ┃    ┗━━ xc { }         # Conexiones cruzadas (port mapping)
 ┃    ┃    ┗━━ chassis { }         # Configuración del chasis (redundancia)
 ┃    ┃
 ┃    ┣━━ port { }                 # Configuración de puertos físicos
 ┃    ┃    ┗━━ port-id { }         # Ej: 1/1/1, 1/1/c10/1, 1/2/5, etc.
 ┃    ┃         ┣━━ ethernet { }   # Configuración de capa 1/2
 ┃    ┃         ┃    ┣━━ speed     # Velocidad (auto, 1g, 10g, 40g, 100g)
 ┃    ┃         ┃    ┣━━ duplex    # Half / Full
 ┃    ┃         ┃    ┣━━ autoneg   # Auto-negociación
 ┃    ┃         ┃    ┗━━ mtu       # MTU del puerto
 ┃    ┃         ┣━━ lag { }        # Agregación de enlaces (si aplica)
 ┃    ┃         ┣━━ encap-type     # Encapsulación (dot1q, qinq, null)
 ┃    ┃         ┗━━ no shutdown    # Activar el puerto
 ┃    ┃
 ┃    ┣━━ lag { }                  # Agregación de enlaces (LAG / EtherChannel)
 ┃    ┃    ┗━━ lag-id { }          # Ej: 1, 2, 3...
 ┃    ┃         ┣━━ port { }       # Puertos miembros
 ┃    ┃         ┣━━ mode { }       # Estático o LACP (active/passive)
 ┃    ┃         ┣━━ lacp { }       # Configuración LACP (timer, system-priority)
 ┃    ┃         ┗━━ no shutdown
 ┃    ┃
 ┃    ┣━━ router { }               # Contexto de enrutamiento BASE (global)
 ┃    ┃    ┣━━ router-id           # Router ID (loopback)
 ┃    ┃    ┣━━ autonomous-system   # Número de AS para BGP
 ┃    ┃    ┣━━ interface { }       # Interfaces lógicas
 ┃    ┃    ┃    ┗━━ name { }       # Ej: "to-core", "system", "to-customer"
 ┃    ┃    ┃         ┣━━ address { }   # IPv4 / IPv6
 ┃    ┃    ┃         ┣━━ port          # Puerto físico subyacente
 ┃    ┃    ┃         ┣━━ vlan          # VLAN ID (si es sub-interfaz)
 ┃    ┃    ┃         ┣━━ mtu           # MTU de la interfaz
 ┃    ┃    ┃         ┗━━ no shutdown
 ┃    ┃    ┣━━ static-route { }    # Rutas estáticas
 ┃    ┃    ┃    ┗━━ ip-prefix { }  # Ej: 0.0.0.0/0, 192.168.1.0/24
 ┃    ┃    ┃         ┣━━ next-hop { }   # IP del next-hop
 ┃    ┃    ┃         ┗━━ metric
 ┃    ┃    ┣━━ policy { }          # Políticas de routing (policy-statements)
 ┃    ┃    ┃    ┗━━ policy-statement "name" { }
 ┃    ┃    ┃         ┣━━ entry { }      # Ej: entry 10
 ┃    ┃    ┃         ┃    ┣━━ from { }      # Condiciones (protocol, neighbor, prefix)
 ┃    ┃    ┃         ┃    ┗━━ to { }        # Acción (accept, reject, next-policy)
 ┃    ┃    ┃         ┗━━ default-action { } # Acción por defecto
 ┃    ┃    ┣━━ isis { }            # Protocolo IS-IS
 ┃    ┃    ┃    ┣━━ level-capability    # Level-1, Level-2, Level-1-2
 ┃    ┃    ┃    ┣━━ area-id            # ID del área
 ┃    ┃    ┃    ┣━━ interface { }      # Interfaces con IS-IS habilitado
 ┃    ┃    ┃    ┣━━ authentication { } # Autenticación
 ┃    ┃    ┃    ┗━━ no shutdown
 ┃    ┃    ┣━━ ospf { }            # Protocolo OSPF
 ┃    ┃    ┃    ┣━━ area { }           # Áreas OSPF
 ┃    ┃    ┃    ┣━━ interface { }      # Interfaces con OSPF habilitado
 ┃    ┃    ┃    ┣━━ authentication { } # Autenticación
 ┃    ┃    ┃    ┗━━ no shutdown
 ┃    ┃    ┣━━ bgp { }             # Protocolo BGP
 ┃    ┃    ┃    ┣━━ group { }          # Grupos de vecinos
 ┃    ┃    ┃    ┣━━ neighbor { }       # Vecino específico (IP o AS)
 ┃    ┃    ┃    ┣━━ family { }         # inet, inet6, l2vpn, vpnv4, etc.
 ┃    ┃    ┃    ┣━━ peer-as            # AS del vecino
 ┃    ┃    ┃    ┣━━ local-as           # Local AS (override)
 ┃    ┃    ┃    ┗━━ no shutdown
 ┃    ┃    ┣━━ ldp { }             # Label Distribution Protocol
 ┃    ┃    ┃    ┣━━ interface { }      # Interfaces con LDP habilitado
 ┃    ┃    ┃    ┣━━ targeted-session { } # Sesiones LDP dirigidas
 ┃    ┃    ┃    ┣━━ transport-address   # IP para sesiones LDP
 ┃    ┃    ┃    ┗━━ no shutdown
 ┃    ┃    ┗━━ mpls { }            # MPLS global
 ┃    ┃         ┣━━ lsp { }            # LSPs configurados (RSVP-TE)
 ┃    ┃         ┣━━ path { }           # Paths para ingeniería de tráfico
 ┃    ┃         ┣━━ interface { }      # Interfaces con MPLS habilitado
 ┃    ┃         ┗━━ no shutdown
 ┃    ┃
 ┃    ┣━━ service { }              # SERVICIOS (corazón del 7750)
 ┃    ┃    ┣━━ epipe { }           # Ethernet Pipe (L2 punto a punto)
 ┃    ┃    ┃    ┗━━ service-id { } # Ej: 100
 ┃    ┃    ┃         ┣━━ customer       # ID del cliente (obligatorio)
 ┃    ┃    ┃         ┣━━ sap { }        # Service Access Point (puerto: vlan)
 ┃    ┃    ┃         ┣━━ spoke-sdp { }  # SDP remoto con VC-ID
 ┃    ┃    ┃         ┗━━ no shutdown
 ┃    ┃    ┣━━ vpls { }            # Virtual Private LAN Service (L2 multipunto)
 ┃    ┃    ┃    ┗━━ service-id { }
 ┃    ┃    ┃         ┣━━ customer
 ┃    ┃    ┃         ┣━━ sap { }        # SAPs hacia clientes
 ┃    ┃    ┃         ┣━━ mesh-sdp { }   # SDPs en malla (full-mesh)
 ┃    ┃    ┃         ┣━━ spoke-sdp { }  # SDPs punto a punto
 ┃    ┃    ┃         ┗━━ no shutdown
 ┃    ┃    ┣━━ vprn { }            # Virtual Private Routed Network (L3 VPN)
 ┃    ┃    ┃    ┗━━ service-id { }
 ┃    ┃    ┃         ┣━━ customer
 ┃    ┃    ┃         ┣━━ interface { }  # Interfaces de routing para el cliente
 ┃    ┃    ┃         ┣━━ route-distinguisher
 ┃    ┃    ┃         ┣━━ vrf-target     # Import/export de rutas
 ┃    ┃    ┃         ┣━━ bgp { }        # BGP dentro de la VPRN
 ┃    ┃    ┃         ┗━━ no shutdown
 ┃    ┃    ┗━━ ies { }             # Internet Enhanced Service (L3 acceso)
 ┃    ┃         ┗━━ service-id { }
 ┃    ┃              ┣━━ customer
 ┃    ┃              ┣━━ interface { }  # Interfaz hacia el cliente (SAP)
 ┃    ┃              ┗━━ no shutdown
 ┃    ┃
 ┃    ┣━━ filter { }              # ACLs (filtros de paquetes)
 ┃    ┃    ┣━━ ip-filter { }      # Filtro IPv4
 ┃    ┃    ┃    ┗━━ filter-id
 ┃    ┃    ┃         ┣━━ entry { }     # Regla
 ┃    ┃    ┃         ┃    ┣━━ match { }   # Coincidencias (IP, puerto, protocolo)
 ┃    ┃    ┃         ┃    ┗━━ action { }  # Acción (accept, drop, log)
 ┃    ┃    ┃         ┗━━ default-action
 ┃    ┃    ┗━━ mac-filter { }     # Filtro MAC (capa 2)
 ┃    ┃
 ┃    ┣━━ qos { }                 # Calidad de Servicio
 ┃    ┃    ┣━━ sap-ingress { }    # Políticas de entrada en SAP
 ┃    ┃    ┣━━ sap-egress { }     # Políticas de salida en SAP
 ┃    ┃    ┣━━ network-queue { }  # Colas en interfaces de red
 ┃    ┃    ┗━━ policy { }         # Políticas QoS genéricas
 ┃    ┃
 ┃    ┣━━ log { }                 # Logging y auditoría
 ┃    ┃    ┗━━ log-id { }         # ID del log
 ┃    ┃         ┣━━ destination    # Console, syslog, memory, file
 ┃    ┃         ┣━━ filter         # Qué eventos registrar
 ┃    ┃         ┗━━ time-format    # Formato de timestamp
 ┃    ┃
 ┃    ┣━━ redundancy { }          # Alta disponibilidad
 ┃    ┃    ┣━━ multi-chassis { }  # MC-LAG, MC-APS
 ┃    ┃    ┣━━ synchronization { }# Sincronización de configuración
 ┃    ┃    ┗━━ failover { }       # Políticas de failover
 ┃    ┃
 ┃    ┣━━ eth-cfm { }             # Ethernet CFM (OAM de capa 2)
 ┃    ┃    ┣━━ domain { }         # Dominios CFM
 ┃    ┃    ┣━━ ma { }             # Maintenance Association
 ┃    ┃    ┗━━ mep { }            # Maintenance End Point
 ┃    ┃
 ┃    ┣━━ mirror { }              # Mirroring de tráfico (SPAN / RSPAN)
 ┃    ┃    ┗━━ mirror-dest { }    # Destino del mirror
 ┃    ┃
 ┃    ┣━━ li { }                  # Lawful Intercept (interceptación legal)
 ┃    ┣━━ ipsec { }               # VPNs IPsec
 ┃    ┣━━ isa { }                 # ISA (Integrated Services Adapters)
 ┃    ┣━━ aaa { }                 # Autenticación, Autorización, Accounting
 ┃    ┣━━ cflowd { }              # NetFlow / IPFIX
 ┃    ┣━━ open-flow { }           # OpenFlow
 ┃    ┣━━ python { }              # Scripts Python
 ┃    ┣━━ test-oam { }            # OAM de prueba
 ┃    ┣━━ vrrp { }                # VRRP (redundancia de gateway)
 ┃    ┣━━ vsm { }                 # Virtual Service Module
 ┃    ┗━━ pw-port { }             # Pseudowire ports
 ┃
 ┣━━ show { }                     # Comandos de verificación (modo operacional)
 ┃    ┣━━ system { }              # show system (cpu, memory, version)
 ┃    ┣━━ port { }                # show port (estado de puertos)
 ┃    ┣━━ router { }              # show router (route-table, bgp, isis, ldp)
 ┃    ┣━━ service { }             # show service (id, sdp, sap)
 ┃    ┣━━ log { }                 # show log
 ┃    ┗━━ ...
 ┃
 ┣━━ monitor { }                  # Monitoreo en tiempo real
 ┃    ┣━━ service { }             # monitor service id 100
 ┃    ┗━━ port { }                # monitor port 1/1/5
 ┃
 ┣━━ clear { }                    # Limpiar estadísticas
 ┃    ┣━━ router { }              # clear router bgp, clear router ldp
 ┃    ┣━━ service { }             # clear service id 100 statistics
 ┃    ┗━━ log { }
 ┃
 ┣━━ tools { }                    # Herramientas de diagnóstico
 ┃    ┣━━ perform { }             # tools perform service id 100 ping
 ┃    ┗━━ dump { }                # tools dump protocol bgp
 ┃
 ┗━━ admin { }                    # Administración del sistema
      ┣━━ save                    # /admin save (guardar configuración)
      ┣━━ rollback                # /admin rollback (revertir cambios)
      ┣━━ reboot                  # /admin reboot (reiniciar)
      ┗━━ clear                   # /admin clear (limpiar configuraciones)

No hay comentarios:

Publicar un comentario

¡Hola! Soy Jose , Especialista en Redes con más de 10 años de experiencia "en las trincheras" de la infraestructura de telecomunic...