10-Gig port telnet and ssh for managment access

baigvisionbaigvision Member Posts: 3 ■□□□□□□□□□
Hi all,
I want to use xe-0/0/0 port for the management purpose via telnet in MX480. but i am still unable to ping the ip address . i think something is missing in config i only set ip address on logical interface in xe-0/0/0 may be do i need also firewall filter or policy to allow telnet traffic ? if yes can anybody help me out how to set firewall filter in Mx.480 for the telnet and ssh as well.

your kind response help me a lot to get familiar with juniper box.

reg BAIG

Comments

  • AldurAldur Member Posts: 1,460
    Hi Baig and welcome to the forums!

    There shouldn't be any problems using a 10g interface to telnet or ssh to the router. Could you paste you config here and I'll take a look to see if anything is missing?
    "Bribe is such an ugly word. I prefer extortion. The X makes it sound cool."

    -Bender
  • baigvisionbaigvision Member Posts: 3 ■□□□□□□□□□
    Hi Aldur,
    Many thanks for your response. below is my configuration.

    system {
    host-name Juniperolive;
    root-authentication {
    encrypted-password "$1$i96INXrY$yhm.RQbBAGLcZQiWi48ya0"; ## SECRET-DATA
    }
    login {
    user MX480 {
    uid 2000;
    class super-user;
    authentication {
    encrypted-password "$1$r5TkCc7Y$bex9La2NczXDmrp1eMc01/"; ## SECRET-DATA
    }
    }
    }
    services {
    telnet;
    }
    syslog {
    user * {
    any emergency;
    }
    file messages {
    any notice;
    authorization info;
    }
    }
    commit synchronize;
    }
    chassis {
    redundancy {
    graceful-switchover;
    }
    network-services ip;
    }
    interfaces {
    xe-1/0/0 {
    unit 0 {
    family inet {
    address 192.168.1.120/24;
    }
    }
    }
    lo0 {
    unit 0 {
    family inet {
    address 127.0.0.1/32;


    awaiting your feedback.

    reg
    BAIG
  • AldurAldur Member Posts: 1,460
    hmm, your config is pretty plain-jane and there is nothing that should be blocking the pings or telnet traffic from getting to the router.

    Could you paste the output from "show interface extensive xe-1/0/0" ?

    I want to have a look at that interface to see if there is any problems.
    "Bribe is such an ugly word. I prefer extortion. The X makes it sound cool."

    -Bender
  • baigvisionbaigvision Member Posts: 3 ■□□□□□□□□□
    Hi Aldur,

    thanks for the rapid response. i have seen my link is down .

    run show interfaces terse

    Interface Admin Link Proto Local Remote
    xe-1/0/0.0 up down inet 192.168.1.120/24
    multiservice

    i need to verify by cabling i think.

    reg
    BAIG
  • AldurAldur Member Posts: 1,460
    yuppers, looks like a cable problem :) Let me know what you find out.
    "Bribe is such an ugly word. I prefer extortion. The X makes it sound cool."

    -Bender
Sign In or Register to comment.