Can't we just delete the post and ban the user? Most of these are hit and runs right
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
[size=78%] [/size]Quote
loj001@SP-LAB-P1> show route 192.168.16.1/32 detail
bgp.l3vpn.0: 13 destinations, 13 routes (13 active, 0 holddown, 0 hidden)
10.0.0.7:1:192.168.16.1/32 (1 entry, 1 announced)
*BGP Preference: 170/-101
Route Distinguisher: 10.0.0.7:1
Next hop type: Indirect
Address: 0x934d2a0
Next-hop reference count: 2
Source: 10.0.0.7
Protocol next hop: 10.0.0.7
Push 16
Indirect next hop: 2 no-forward
State: <Active Int Ext>
Local AS: 65535 Peer AS: 65535
Age: 1:28:39 Metric2: 1
Task: BGP_65535.10.0.0.7+179
Announcement bits (2): 0-BGP Route Target 1-BGP_RT_Background
AS path: 1 I
Communities: target:1:1
Accepted
VPN Label: 16
Localpref: 100
Router ID: 10.0.0.7
loj001@SP-LAB-P1>
Quote
oj001@SP-LAB-PE3> show route 172.17.1.0/30 extensive
vpn-b.inet.0: 7 destinations, 7 routes (7 active, 0 holddown, 0 hidden)
172.17.1.0/30 (1 entry, 1 announced)
TSI:
OSPF area : 0.0.0.0, LSA ID : 172.17.1.0, LSA type : Extern
KRT in-kernel 172.17.1.0/30 -> {indirect(262144)}
*BGP Preference: 170/-101
Route Distinguisher: 10.0.0.7:2
Next hop type: Indirect
Address: 0x934d768
Next-hop reference count: 3
Source: 10.0.0.1
Next hop type: Router, Next hop index: 632
Next hop: 10.2.2.1 via ge-0/0/1.0, selected
Label operation: Push 17, Push 299824(top)
Label TTL action: prop-ttl, prop-ttl(top)
Protocol next hop: 10.0.0.7
Push 17
Indirect next hop: 95243a0 262144
State: <Secondary Active Int Ext>
Local AS: 65535 Peer AS: 65535
Age: 1:10:20 Metric2: 1
Task: BGP_65535.10.0.0.1+52741
Announcement bits (2): 0-vpn-b-OSPF 1-KRT
AS path: I (Originator) Cluster list: 10.0.0.1
AS path: Originator ID: 10.0.0.7
Communities: target:2:2 domain-id:17.17.17.17:0
Import Accepted
VPN Label: 17
Localpref: 100
Router ID: 10.0.0.1
Primary Routing Table bgp.l3vpn.0
Indirect next hops: 1
Protocol next hop: 10.0.0.7 Metric: 1
Push 17
Indirect next hop: 95243a0 262144
Indirect path forwarding next hops: 1
Next hop type: Router
Next hop: 10.2.2.1 via ge-0/0/1.0
10.0.0.7/32 Originating RIB: inet.3
Metric: 1 Node path count: 1
Forwarding nexthops: 1
Nexthop: 10.2.2.1 via ge-0/0/1.0
bgp.l3vpn.0: 10 destinations, 10 routes (10 active, 0 holddown, 0 hidden)
10.0.0.7:2:172.17.1.0/30 (1 entry, 0 announced)
*BGP Preference: 170/-101
Route Distinguisher: 10.0.0.7:2
Next hop type: Indirect
Address: 0x934d768
Next-hop reference count: 3
Source: 10.0.0.1
Next hop type: Router, Next hop index: 632
Next hop: 10.2.2.1 via ge-0/0/1.0, selected
Label operation: Push 17, Push 299824(top)
Label TTL action: prop-ttl, prop-ttl(top)
Protocol next hop: 10.0.0.7
Push 17
Indirect next hop: 95243a0 262144
State: <Active Int Ext>
Local AS: 65535 Peer AS: 65535
Age: 1:10:21 Metric2: 1
Task: BGP_65535.10.0.0.1+52741
AS path: I (Originator) Cluster list: 10.0.0.1
AS path: Originator ID: 10.0.0.7
Communities: target:2:2 domain-id:17.17.17.17:0
Import Accepted
VPN Label: 17
Localpref: 100
Router ID: 10.0.0.1
Secondary Tables: vpn-b.inet.0
Indirect next hops: 1
Protocol next hop: 10.0.0.7 Metric: 1
Push 17
Indirect next hop: 95243a0 262144
Indirect path forwarding next hops: 1
Next hop type: Router
Next hop: 10.2.2.1 via ge-0/0/1.0
10.0.0.7/32 Originating RIB: inet.3
Metric: 1 Node path count: 1
Forwarding nexthops: 1
Nexthop: 10.2.2.1 via ge-0/0/1.0
Quote
protocols {
mpls {
icmp-tunneling;
interface all;
interface ge-0/0/0.0 {
disable;
}
interface ge-0/0/4.0 {
disable;
}
interface ge-0/0/5.0 {
disable;
}
}
bgp {
group SP-LAB {
type internal;
local-address 10.0.0.9;
family inet {
unicast;
}
family inet-vpn {
unicast;
}
family route-target;
peer-as 65535;
bfd-liveness-detection {
minimum-interval 1000;
}
neighbor 10.0.0.1;
}
}
isis {
traceoptions {
file debug-isis size 65535 files 10;
flag general;
flag normal;
flag error;
flag policy;
flag ldp-synchronization;
}
interface ge-0/0/1.0 {
level 1 disable;
level 2 {
enable;
metric 5;
}
}
interface ge-0/0/2.0 {
level 1 disable;
level 2 enable;
}
interface lo0.0 {
passive;
level 1 disable;
}
}
ldp {
interface all;
}
}
policy-options {
policy-statement policy-export-customer-b {
term bgp-networks {
from protocol bgp;
then {
community add domain-b;
accept;
}
}
term end {
then reject;
}
}
policy-statement policy-export-vpn-a {
term export-bgp {
from protocol bgp;
then {
community add vpn-a;
accept;
}
}
term export-direct {
from protocol direct;
then {
community add vpn-a;
accept;
}
}
term end {
then reject;
}
}
policy-statement policy-export-vpn-b {
term export-ospf {
from protocol ospf;
then {
community add vpn-b;
community add domain-b;
accept;
}
}
term export-direct {
from protocol direct;
then {
community add vpn-b;
community add domain-b;
accept;
}
}
term end {
then reject;
}
}
policy-statement policy-import-vpn-a {
term import-bgp {
from {
protocol bgp;
community vpn-a;
}
then accept;
}
term end {
then reject;
}
}
policy-statement policy-import-vpn-b {
term import-bgp {
from {
protocol bgp;
community vpn-b;
}
then accept;
}
term end {
then reject;
}
}
community domain-b members domain-id:17.17.17.17:0;
community vpn-a members target:1:1;
community vpn-b members target:2:2;
}
routing-instances {
vpn-a {
instance-type vrf;
interface ge-0/0/4.0;
route-distinguisher 10.0.0.9:1;
vrf-import policy-import-vpn-a;
vrf-export policy-export-vpn-a;
vrf-table-label;
protocols {
bgp {
group customer-a {
type external;
peer-as 1;
as-override;
neighbor 172.16.3.2;
}
}
}
}
vpn-b {
instance-type vrf;
interface ge-0/0/5.0;
route-distinguisher 10.0.0.9:2;
vrf-import policy-import-vpn-b;
vrf-export policy-export-vpn-b;
vrf-table-label;
protocols {
ospf {
domain-id 17.17.17.17;
export policy-export-customer-b;
area 0.0.0.0 {
interface ge-0/0/5.0;
}
}
}
}
}
Thanks JNCIS-SP textbook for mentioning this!!!Quotebgp.l3vpn.0: 17 destinations, 17 routes (17 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
10.0.0.7:1:172.16.1.0/30
*[BGP/170] 00:14:08, localpref 100, from 10.0.0.7
AS path: I
> to 10.8.8.2 via ge-0/0/3.0, Push 16, Push 299824(top)