Instrukcja obsługi Allied Telesis X908

Instrukcja obsługi dla urządzenia Allied Telesis X908

Urządzenie: Allied Telesis X908
Kategoria: Router sieciowy
Producent: Allied Telesis
Rozmiar: 0.84 MB
Data dodania: 12/16/2013
Liczba stron: 52
Drukuj instrukcję

Pobierz

Jak korzystać?

Naszym celem jest zapewnienie Ci jak najszybszego dostępu do treści zawartych w instrukcji obsługi urządzenia Allied Telesis X908. Korzystając z podglądu online możesz szybko przejrzeć spis treści i przejść do strony, na której znajdziesz rozwiązanie swojego problemu z Allied Telesis X908.

Dla Twojej wygody

Jeżeli przeglądanie instrukcji Allied Telesis X908 bezpośrednio na tej stornie nie jest dla Ciebie wygodne, możesz skorzystać z dwóch możliwych rozwiązań:

  • Przeglądanie pełnoekranowe - Aby wygodnie przeglądać instrukcję (bez pobierania jej na komputer) możesz wykorzystać tryp przeglądania pełnoekranowego. Aby uruchomić przeglądanie instrukcji Allied Telesis X908 na pełnym ekranie, użyj przycisku Pełny ekran.
  • Pobranie na komputer - Możesz również pobrać instrukcję Allied Telesis X908 na swój komputer i zachować ją w swoich zbiorach. Jeżeli nie chcesz jednak marnować miejsca na swoim urządzeniu, zawsze możesz pobrać ją w przyszłości z ManualsBase.
Allied Telesis X908 Instrukcja obsługi - Online PDF
Advertisement
« Page 1 of 52 »
Advertisement
Wersja drukowana

Wiele osób woli czytać dokumenty nie na ekranie, lecz w wersji drukowanej. Opcja wydruku instrukcji również została przewidziana i możesz z niej skorzystać klikając w link znajdujący się powyżej - Drukuj instrukcję. Nie musisz drukować całej instrukcji Allied Telesis X908 a jedynie wybrane strony. Szanuj papier.

Streszczenia

Poniżej znajdziesz zajawki treści znajdujących się na kolejnych stronach instrukcji do Allied Telesis X908. Jeżeli chcesz szybko przejrzeć zawartość stron znajdujących się na kolejnych strinach instrukcji, możesz z nich skorzystać.

Streszczenia treści
Streszczenie treści zawartej na stronie nr. 1

Technical Guide
How To | Use Route Maps and Other Filters to Filter and Alter
BGP and OSPF Routes
Introduction
ISPs transport large volumes of data. They often have to pay large amounts of money to
transport their data through hired links, or through other providers' networks. Similarly, they
can also charge money for transporting other ISPs' data through their network.
Where significant amounts of money are involved, there are typically complex negotiations
involved, and agreements made

Streszczenie treści zawartej na stronie nr. 2

Introduction Contents Introduction ..................................................................................................................................................................................................................1 Related How To Notes................................................................................................................................................................................3 Which products and software version does it apply to?..

Streszczenie treści zawartej na stronie nr. 3

Introduction BGP: Route Map Filtering Example ..............................................................................................................................................................48 BGP configuration.........................................................................................................................................................................................48 Route map configuration.................................................................

Streszczenie treści zawartej na stronie nr. 4

BGP: Concepts and Terminology BGP: Concepts and Terminology Before moving on to look at the filtering processes, it is important to first have some understanding of certain aspects of how BGP works. The following sections describe:  BGP peers  BGP updates  Update attributes BGP peers Definition Within the BGP protocol, the exchange of routing information is carried out between pairs of routers. Two routers create a TCP connection with each other, and exchange routing information as specifi

Streszczenie treści zawartej na stronie nr. 5

BGP: Concepts and Terminology Update attributes As mentioned above, each BGP update message contains a set of attributes. These attributes describe some of the properties of the routes, and can be used in making decisions about which routes to accept and which to reject. Some of the attributes are: Origin How a prefix came to be routed by BGP at the origin Autonomous System (AS). Prefixes are learned from various sources such as directly connected interfaces, manually configured static route

Streszczenie treści zawartej na stronie nr. 6

BGP: Overview of the Available Filter Types BGP: Overview of the Available Filter Types The following sections describe the various types of filters that can be applied to BGP updates and the hierarchy of the filters. Filter types There are a number of filter types that can be applied to the BGP updates being exchanged between BGP peers: Distribute filters Distribute list can filter the routing information between the routing protocol (RIP, RIPng, OSPF, OSPFv3 or BGP) and its IP route table (

Streszczenie treści zawartej na stronie nr. 7

BGP: Overview of the Available Filter Types Difference and Relationship in BGP KEY WORD IN COMMAND DEFINABLE FILTER WAY TO APPLY FILTERING ACL access-list Yes Distribute list distribute-list Yes Prefix list prefix-list Yes Yes AS path list as-path Yes Filter list filter-list Yes Route map route-map Yes Yes DEFINABLE WAY TO APPLY FILTERING FILTER DISTRIBUTE LIST PREFIX LIST FILTER LIST ROUTE MAP ACL YES YES Prefix list YES YES AS path list YES YES Route map YES Examples for filtering BGP Update

Streszczenie treści zawartej na stronie nr. 8

Hierarchy of the Different Filters Hierarchy of the Different Filters For distribute filters (ACLs), path filters, and prefix filters, the order of application is not important. If an update is denied by any given filter, it is discarded immediately, and is not run through any of the other filters. If an update is permitted by one filter, it is passed through to the next filter to be considered. At the end, you end up with the set of updates that all the filters agree should not be discarded

Streszczenie treści zawartej na stronie nr. 9

Hierarchy of the Different Filters Basic configuration This configuration gets the neighbor relationship established and some routes exchanged. AlliedWare Plus Create the second VLAN and associate port1.0.2 with it; assign IP addresses; and configure switch BGP. vlan database vlan 64 name v64 interface port1.0.2 switchport access vlan 64 interface vlan1 ip address 45.45.45.45/24 interface vlan64 ip address 64.64.64.64/4 router bgp 34567 redistribute connected neighbor 45.45.45.46 remote-as 345

Streszczenie treści zawartej na stronie nr. 10

Hierarchy of the Different Filters Confirming the neighbor relationship Check that each switch sees the interface route advertised from the other switch. On both the AlliedWare Plus and AlliedWare switches, use the command show ip route. AlliedWare Plus switch awplus#show ip route Codes: C - connected, S - static, R - RIP, B - BGP O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external typ

Streszczenie treści zawartej na stronie nr. 11

BGP: Configuring Distribute Filters BGP: Configuring Distribute Filters Distribute filters use ACLs (Access Control Lists) to filter particular routes on the basis of their prefixes. Distribute filters and prefix filters both filter individual routes out of BGP update packets. They are mutually exclusive. About ACLs From the point of view of route filtering, an ACL is one or more simple unnumbered filter entries, each with a prefix and an action of deny or permit. You can use any of the follo

Streszczenie treści zawartej na stronie nr. 12

BGP: Configuring Distribute Filters Using ACLs as filters When you have created an ACL, you can use it to filter incoming or outgoing update messages for a particular BGP peer, by using the following commands in BGP router mode for the AS. Filter incoming updates (received from a particular neighbor): awplus(config-router)# neighbor distribute-list  in Filter outgoing updates (destined for a particular neighbor): awplus(config-router)#neighbor distribute-list 

Streszczenie treści zawartej na stronie nr. 13

BGP: Configuring Distribute Filters 3. Renew the route exchange by shutting down the neighbor, then bring it up again. awplus(config-router)# neighbor 45.45.45.46 shutdown awplus(config-router)#neighbor 45.45.45.46 no shutdown 4. Check that the IP route table no longer includes 52.0.0.0/8. awplus(config-router)# do show ip route Codes: C - connected, S - static, R - RIP, B - BGP O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1

Streszczenie treści zawartej na stronie nr. 14

BGP: Configuring Distribute Filters 3. Check that the IP route table now includes all the routes. awplus(config-router)# do show ip route Codes: C - connected, S - static, R - RIP, B - BGP O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 * - candidate default B 45.0.0.0/8 [20/0] via 45.45.45.46, vlan1, 00:01:57 C 45.45.45.0/24 is directly connected, vlan1 B 52.0.

Streszczenie treści zawartej na stronie nr. 15

BGP: Configuring Distribute Filters 7. Check that the IP route table no longer includes 52.0.0.0/8. awplus(config-router)# do show ip route Codes: C - connected, S - static, R - RIP, B - BGP O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 * - candidate default B 45.0.0.0/8 [20/0] via 45.45.45.46, vlan1, 00:00:08 C 45.45.45.0/24 is directly connected, vlan1 C

Streszczenie treści zawartej na stronie nr. 16

BGP: Configuring Distribute Filters 4. Check that the IP route table no longer includes 52.0.0.0/8. awplus(config-router)# do show ip route Codes: C - connected, S - static, R - RIP, B - BGP O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 * - candidate default B 45.0.0.0/8 [20/0] via 45.45.45.46, vlan1, 00:05:30 C 45.45.45.0/24 is directly connected, vlan1 C

Streszczenie treści zawartej na stronie nr. 17

BGP: Configuring AS Path Filters BGP: Configuring AS Path Filters To configure path filters we need to first understand something about AS path lists and how to use them. AS path lists Path filters use a construct known as an AS path list. An AS path list has a name and consists of one or more (unnumbered) entries. Each entry specifies:  which AS paths to consider.  whether the AS paths in question should be included or excluded from the list. The set of paths to consider is specified using

Streszczenie treści zawartej na stronie nr. 18

BGP: Configuring AS Path Filters Using AS path lists as path filters When an AS path list has been created, it can be applied to filter incoming or outgoing update messages for a particular BGP peer, by using the following commands in BGP router mode for the AS. Filter incoming updates (received from a particular neighbor): awplus(config-router)# neighbor filter-list in Filter outgoing updates (destined for a particular neighbor): awplus(config-router)#neighbor

Streszczenie treści zawartej na stronie nr. 19

BGP: Configuring AS Path Filters 4. Shut down the neighbor, and then bring it up again. awplus(config-router)# neighbor 45.45.45.46 shutdown awplus(config-router)#neighbor 45.45.45.46 no shutdown 5. Check that the IP route table does not have the BGP routes from the AlliedWare neighbor in AS 34568 any more. awplus(config-router)# do show ip route Codes: C - connected, S - static, R - RIP, B - BGP O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA externa

Streszczenie treści zawartej na stronie nr. 20

BGP: Configuring AS Path Filters 9. Check that the AS path list shows the two filter entries: awplus(config-router)# do show ip as-path-access-list AS path access list list1 deny 23456 permit 34568 Another example An outgoing filter that uses 1. Create an AS-PATH list that denies empty AS Paths, but allows AS Paths that an AS-path list contain the AS number 34567. ip as-path access-list example deny ^$ ip as-path access-list example permit 34567 2. Apply this as the out route map for nei


Podobne instrukcje
# Instrukcja obsługi Kategoria Pobierz
1 Allied Telesis x908 Instrukcja obsługi Akcesoria komputerowe 0
2 Allied Telesis 86241-02 Instrukcja obsługi Router sieciowy 2
3 Allied Telesis AR450S Instrukcja obsługi Router sieciowy 7
4 Allied Telesis AR440S Instrukcja obsługi Router sieciowy 10
5 Allied Telesis 86222-21 Instrukcja obsługi Router sieciowy 1
6 Allied Telesis AR415S Instrukcja obsługi Router sieciowy 124
7 Allied Telesis 86222-10 Instrukcja obsługi Router sieciowy 1
8 Allied Telesis AR442S Instrukcja obsługi Router sieciowy 4
9 Allied Telesis 86241-01 Instrukcja obsługi Router sieciowy 1
10 Allied Telesis AR750S Instrukcja obsługi Router sieciowy 20
11 Allied Telesis AT-TQ2450 Instrukcja obsługi Router sieciowy 32
12 Allied Telesis AlliedWare NetScreen Routers Instrukcja obsługi Router sieciowy 2
13 Allied Telesis AR400 series Instrukcja obsługi Router sieciowy 2
14 Allied Telesis AT-WR4662N Instrukcja obsługi Router sieciowy 2
15 Allied Telesis AT-PWR03 Instrukcja obsługi Router sieciowy 1
16 Sony BKS-R3202/R3210/R3220 Instrukcja obsługi Router sieciowy 77
17 Sony DVS-V3232B/V3232M Instrukcja obsługi Router sieciowy 3
18 Sony BVS-V3232 Instrukcja obsługi Router sieciowy 8
19 Sony DMX-WL1 Instrukcja obsługi Router sieciowy 6
20 Sony BVS-A3232 Instrukcja obsługi Router sieciowy 6