return

Ответ к задаче №8.2

19 июля 2013, 07:44
hostname balagan-router!
router bgp 64501
no synchronization
bgp log-neighbor-changes
network 101.0.0.0 mask 255.255.240.0
neighbor 101.0.0.2 remote-as 64500
neighbor 101.0.0.2 default-originate
neighbor 101.0.0.2 prefix-list DEFAULT out

neighbor 101.0.0.6 remote-as 64502
neighbor 101.0.0.10 remote-as 64503
no auto-summary
!
ip prefix-list DEFAULT seq 5 permit 0.0.0.0/0hostname PhCert-router!
router bgp 64502
no synchronization
bgp log-neighbor-changes
network 102.0.0.0 mask 255.255.248.0
neighbor 101.0.0.5 remote-as 64501
neighbor 102.0.0.2 remote-as 64500
neighbor 102.0.0.2 default-originate
neighbor 102.0.0.2 prefix-list DEFAULT out
neighbor 102.0.0.10 remote-as 64503
no auto-summary
!
ip prefix-list DEFAULT seq 5 permit 0.0.0.0/0
like 0 views 18789 message 0

0 коментариев

Ещё статьи

Ответ к задаче №8.5
interface FastEthernet0/0description Balagan_Telecom_Internetip address 101.0.0.2 255.255.255.252bandwidth 9000!interface FastEthernet0/1description Philkin_Certificate_Internetip address 102.0.0.2 255.255.255.252bandwidth 3000!!router bgp 64500no synchronizationbgp log-neighbor-changesbgp bestpath as-path multipath-relaxmaximum-paths 2bgp dmzlink-bwnetwork 100.0.0.0 mask 255.255.254.0neighbor 101.0.0.1 remote-as 64501neighbor 101.0.0.1 prefix-list ...
like 0 10222 4
19 июля 2013
Что ты такое, dhclient?
Сетевой стек Linux не прост даже на первый взгляд. И копать в него можно безгранично далеко. Но сегодня мы поговорим о вещах очень приземлённых и повседневных, которые лишь приоткрывают вход ...
like 0 1751 0
21 ноября 2023
Ответ к задаче №7.2
R3 —> R1crypto isakmp policy:encr desauthentication pre-sharegroup 1hash md5Генерируем трафик с R3 на R1:R3#ping 10.0.0.0 source 10.1.1.0Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 10.0.0.0, timeout is 2 ...
like 0 8104 1
7 марта 2013