Basic configuration in Nokia 7750 Service Router

Basic configuration in Nokia 7750 Service Router

This article will introduce some of the most basic configurations to start using the Nokia 7750SR router. The article will help junior network engineer acquainted with the 7750 router. This article will update daily. Let’s check it.

System Configuration

System name:

configure system name <system-name>

Example:

/configure system name MC

System time:

configure system time ntp
server <IP-server-1> prefer
server <IP-server-2>
no shutdown
exit
zone <std-zone-name> <time offset>

Example:

MC# configure system time
            ntp
                server 10.1.1.1 prefer
                server 10.2.2.2
                no shutdown
            exit
            zone ABC -10

Port Configuration

configure 
    port x/x/x
        description <description>
        no shutdown
    exit

Example:

configure
    port 1/2/7
        description "TO_CSG"
        ethernet
            mode network
            encap-type dot1q
            mtu 9212
            hold-time up 5
        exit
        no shutdown
    exit

LAG Configuration

configure
    lag <number>
        description <description>
        mode network #Must same mode with child port
        encap-type dot1q #Must same encap-type with child port
        port <number>
        lacp active #enable lacp
        no shutdown
    exit

Example:

configure
    lag 1
        description "Metro"
        mode network
        encap-type dot1q
        port 1/2/7
        lacp active
        no shutdown
    exit

Router Interfaces

configure
        interface <interface-name>
            address <address/mask>
            port <port-number or lag>
            no shutdown
        exit

Example:

configure
        interface "to_ABC"
            address 10.250.94.69/30
            port lag-1:902
            no shutdown
        exit

Log Configuration

Refer to the article: How to configure the command log in Nokia SR

1 bình luận về “Basic configuration in Nokia 7750 Service Router

  1. Shashank Kolekar cho biết:

    Thank you Sir for your efforts in writing these useful articles on Nokia routers.

    Request you to please continue writing additional articles on Nokia routers (E.g. VPLS,EPIPE configurations).
    Also, do you provide any online training on Nokia routers?. Please let me know.

Để lại một bình luận