[j-nsp] FW: Juniper question
Natale, Jonathan
JNatale@celoxnetworks.com
Thu, 31 Oct 2002 07:48:14 -0500
-----Original Message-----
From: Natale, Jonathan
Sent: Wednesday, October 30, 2002 6:08 PM
To: 'isp-bgp@isp-bgp.com'
Subject: RE: Juniper question
is there a better mailing list for this???
thanks
> -----Original Message-----
> From: Natale, Jonathan
> Sent: Wednesday, October 30, 2002 11:56 AM
> To: isp-bgp@isp-bgp.com
> Cc: Ampala, Kumar
> Subject: Juniper question
>
>
> Why can't I ping to an rx'd bgp route???
>
>
>
>
> lab@JuniperM40> ping 210.210.210.1
> PING 210.210.210.1 (210.210.210.1): 56 data bytes
> ^C
> --- 210.210.210.1 ping statistics ---
> 3 packets transmitted, 0 packets received, 100% packet loss
>
> lab@JuniperM40> traceroute 210.210.210.1
> traceroute to 210.210.210.1 (210.210.210.1), 30 hops max, 40
> byte packets
> 1 * * *
> 2 * * *
> 3 * * *
> 4 * * *
> ^C
> lab@JuniperM40> show route
>
> inet.0: 22 destinations, 23 routes (22 active, 0 holddown, 0 hidden)
> + = Active Route, - = Last Active, * = Both
>
> 2.2.2.2/32 *[Local/0] 6d 01:12:51
> Reject
> 3.3.3.3/32 *[Local/0] 6d 01:12:51
> Reject
> 8.8.8.8/32 *[Direct/0] 6d 01:14:04
> > via lo0.0
> 10.10.2.0/24 *[Direct/0] 5d 21:34:56
> > via fxp0.0
> [BGP/170] 00:14:17, MED 0, localpref 100
> AS path: 200 ?
> > to 17.17.17.2 via ge-6/2/0.0
> 10.10.2.50/32 *[Local/0] 6d 01:14:04
> Local via fxp0.0
> 11.11.11.0/24 *[BGP/170] 00:14:17, MED 0, localpref 100
> AS path: 200 ?
> > to 17.17.17.2 via ge-6/2/0.0
> 11.11.11.1/32 *[Static/5] 02:23:02
> > to 17.17.17.2 via ge-6/2/0.0
> 11.11.11.2/32 *[Static/5] 02:23:02
> > to 17.17.17.2 via ge-6/2/0.0
> 17.17.17.0/28 *[Direct/0] 4d 20:15:00
> > via ge-6/2/0.0
> 17.17.17.3/32 *[Local/0] 6d 01:12:51
> Local via ge-6/2/0.0
> 40.1.1.1/32 *[Local/0] 6d 01:12:51
> Reject
> 46.46.46.2/32 *[Local/0] 6d 01:12:51
> Reject
> 49.49.49.20/32 *[Local/0] 6d 01:12:51
> Reject
> 66.66.66.1/32 *[Local/0] 6d 01:12:51
> Reject
> 210.210.210.0/24 *[BGP/170] 00:14:17, MED 0, localpref 100
> AS path: 200 ?
> > to 17.17.17.2 via ge-6/2/0.0
> 211.211.211.0/24 *[BGP/170] 00:14:17, MED 0, localpref 100
> AS path: 200 ?
> > to 17.17.17.2 via ge-6/2/0.0
> 212.212.212.0/24 *[BGP/170] 00:14:17, MED 0, localpref 100
> AS path: 200 ?
> > to 17.17.17.2 via ge-6/2/0.0
> 213.213.213.0/24 *[BGP/170] 00:14:17, MED 0, localpref 100
> AS path: 200 ?
> > to 17.17.17.2 via ge-6/2/0.0
> 214.214.214.0/24 *[BGP/170] 00:14:17, MED 0, localpref 100
> ---(more 75%)---[abort]
>
> lab@JuniperM40> show con
> ^
> 'con' is ambiguous.
> Possible completions:
> configuration Show configuration file contents
> connections Show CCC connections
> lab@JuniperM40> show configuration
> version 5.2R1.4;
> system {
> host-name JuniperM40;
> diag-port-authentication {
> encrypted-password "$1$j0GoqdrE$skN5fLZhydQKJPSzOWh.61";
> }
> root-authentication {
> encrypted-password "$1$n9RMb$L0OPLUsNSOjMJ6uawBatU.";
> # SECRET-DATA
> }
> login {
> user cpipher {
> uid 2001;
> class superuser;
> authentication {
> encrypted-password
> "$1$TKx2.$ZEHE4xeAop2p9mpS80Nd/0"; # SECRET-DATA
> }
> }
> user jchang {
> full-name Jack;
> uid 2002;
> class superuser;
> authentication {
> encrypted-password celox1Chang; # SECRET-DATA
> }
> }
> user kumar {
> uid 2003;
> class super-user;
> authentication {
> encrypted-password kumar; # SECRET-DATA
> }
> }
> user lab {
> uid 2000;
> class superuser;
> authentication {
> encrypted-password
> "$1$FJs2.$Y9FgNSilEbvo5SqAy21Gj/"; # SECRET-DATA
> }
> }
> }
> services {
> ftp;
> ssh;
> telnet;
> }
> syslog {
> user * {
> any emergency;
> }
> file messages {
> any notice;
> authorization info;
> }
> }
> }
> interfaces {
> so-3/0/0 {
> keepalives interval 3 up-count 3 down-count 10;
> mtu 4474;
> clocking internal;
> encapsulation ppp;
> sonet-options {
> fcs 32;
> payload-scrambler;
> no-z0-increment;
> }
> unit 0 {
> point-to-point;
> family inet {
> mtu 4470;
> address 2.2.2.2/32 {
> destination 2.2.2.1;
> }
> }
> }
> }
> so-3/0/1 {
> clocking internal;
> encapsulation ppp;
> sonet-options {
> fcs 32;
> payload-scrambler;
> no-z0-increment;
> }
> unit 0 {
> family inet {
> mtu 1500;
> address 46.46.46.2/30;
> }
> }
> }
> so-3/0/2 {
> mtu 4470;
> encapsulation ppp;
> sonet-options {
> fcs 32;
> }
> unit 0 {
> family inet {
> mtu 1500;
> address 66.66.66.1/32 {
> destination 66.66.66.2;
> }
> }
> }
> }
> so-4/0/0 {
> traceoptions {
> flag all;
> }
> keepalives;
> mtu 4474;
> clocking internal;
> encapsulation ppp;
> receive-bucket;
> sonet-options {
> fcs 32;
> payload-scrambler;
> }
> unit 0 {
> point-to-point;
> family inet {
> address 49.49.49.20/32 {
> destination 49.49.49.10;
> }
> }
> }
> }
> ge-6/0/0 {
> description scxpt1;
> unit 0 {
> family inet {
> address 40.1.1.1/24;
> }
> family mpls;
> }
> }
> ge-6/1/0 {
> unit 0 {
> family inet {
> address 3.3.3.3/24;
> }
> family mpls;
> }
> }
> ge-6/2/0 {
> unit 0 {
> family inet {
> address 17.17.17.3/28;
> }
> family mpls;
> }
> }
> fxp0 {
> unit 0 {
> family inet {
> address 10.10.2.50/24;
> }
> }
> }
> lo0 {
> unit 0 {
> family inet {
> address 8.8.8.8/32;
> }
> }
> }
> }
> snmp {
> view test {
> oid .1.3.6.1 include;
> }
> community public {
> view test;
> }
> community private {
> view test;
> authorization read-write;
> }
> }
> routing-options {
> static {
> route 11.11.11.1/32 next-hop 17.17.17.2;
> route 11.11.11.2/32 next-hop 17.17.17.2;
> }
> router-id 17.17.17.3;
> autonomous-system 100;
> }
> protocols {
> mpls {
> interface all;
> }
> bgp {
> group Jun_SCx_Cis {
> type internal;
> peer-as 100;
> neighbor 17.17.17.2;
> }
> }
> ospf {
> area 0.0.0.2 {
> interface ge-6/2/0.0;
> }
> }
> ldp {
> transport-address loopback;
> keepalive-interval 10;
> keepalive-timeout 30;
> interface all;
> }
> }
>
> lab@JuniperM40>
>