Not much done tonight, have been really busy.
BGP today :)
Notes from the day
BGP today :)
Notes from the day
Tried to acccess Junos4 10.254.200.4 but ssh failed.
Because of rushing yesterday I have not enabled ssh
configure
set system services ssh
commit
Entering configuration mode
Users currently editing the configuration:
root terminal v0 (pid 1364) on since 2011-10-05 19:18:27 UTC, idle 00:00:54
[edit]
[edit]
root@Junos4# set interfaces em1 unit 0 family i
^
'i' is ambiguous.
Possible completions:
> inet IPv4 parameters
> inet6 IPv6 protocol parameters
> iso OSI ISO protocol parameters
[edit]
root@Junos4# set interfaces em1 unit 0 family inet address 10.254.253.1/30
[edit]
root@Junos4# commit
commit complete
[edit]
root@Junos4#
root@Junos4# set routing-options autonomous-system 9999
[edit]
root@Junos4# edit protocols bgp
[edit protocols bgp]
[edit protocols bgp]
root@Junos4# set group 4to5 peer-as 9998
[edit protocols bgp]
root@Junos4# set group 4to5 type ?
Possible completions:
external EBGP group
internal IBGP group
[edit protocols bgp]
root@Junos4# set group 4to5 type external
[edit protocols bgp]
root@Junos4# set group 4to5 neighbor 10.254.253.2
[edit protocols bgp]
root@Junos4# commit
commit complete
[edit protocols bgp]
root@Junos4#
** did opositen on 5
root@Junos5# set routing-options autonomous-system 9999
[edit]
root@Junos5# edit protocols bgp
[edit protocols bgp]
[edit protocols bgp]
root@Junos5# set group 5to4 peer-as 9999
[edit protocols bgp]
root@Junos5# set group 5to4 type external
[edit protocols bgp]
root@Junos5# set group 5to4 neighbor 10.254.253.1
[edit protocols bgp]
root@Junos5# commit
commit complete
[edit protocols bgp]
root@Junos5#
***** BGP is up and running not I just need to advertise routes
root@Junos4> show bgp neighbor
Peer: 10.254.253.2+54064 AS 9998 Local: 10.254.253.1+179 AS 9999
Type: External State: Established Flags: <ImportEval Sync>
Last State: OpenConfirm Last Event: RecvKeepAlive
Last Error: None
Options: <Preference PeerAS Refresh>
Holdtime: 90 Preference: 170
Number of flaps: 0
Peer ID: 10.254.200.5 Local ID: 10.254.200.4 Active Holdtime: 90
Keepalive Interval: 30 Peer index: 0
BFD: disabled, down
Local Interface: em1.0
NLRI for restart configured on peer: inet-unicast
NLRI advertised by peer: inet-unicast
NLRI for this session: inet-unicast
Peer supports Refresh capability (2)
Restart time configured on the peer: 120
Stale routes from peer are kept for: 300
Restart time requested by this peer: 120
NLRI that peer supports restart for: inet-unicast
NLRI that restart is negotiated for: inet-unicast
NLRI of received end-of-rib markers: inet-unicast
NLRI of all end-of-rib markers sent: inet-unicast
Peer supports 4 byte AS extension (peer-as 9998)
Peer does not support Addpath
Table inet.0 Bit: 10000
RIB State: BGP restart is complete
Send state: in sync
Active prefixes: 0
Received prefixes: 0
Accepted prefixes: 0
Suppressed due to damping: 0
Advertised prefixes: 0
Last traffic (seconds): Received 9 Sent 20 Checked 10
Input messages: Total 12 Updates 1 Refreshes 0 Octets 272
Output messages: Total 6 Updates 0 Refreshes 0 Octets 177
Output Queue[0]: 0
[edit]
root@Junos4# set policy-options policy-statement as_4to5_export
^
missing argument.
[edit]
root@Junos4# set policy-options policy-statement as_4to5_export term 1 from protocol ospf
What I Achieved
- BGP Peering seemed pretty straight forward at this basic level
- OSPF into BGP also good
Noteworth Though
- BGP into OSPF seem more of a challenge
- This page might be useful http://www.net-gyver.com/?page_id=1166 IOS---JUNOS command sheet
Comments
Post a Comment