D-Link DES-7200 Refrigerator User Manual


  Open as PDF
of 1968
 
DES-7200 Configuration Guide Chapter 1 Protocol-Independent
Configuration
1-21
# Configure the BGP
DES-7200(config)# router bgp 2
DES-7200(config-router)# neighbor 192.168.24.4 remote-as 4
DES-7200(config-router)# address-family ipv4
DES-7200(config-router-af)# neighbor 192.168.24.4 activate
DES-7200(config-router-af)# neighbor 192.168.24.4 send-community
# Configure the route-map
DES-7200(config)# route-map ospfrm
DES-7200(config-route-map)# match community cl_110
# Define the access list
DES-7200(config)# access-list 10 permit 192.168.10.0
# Define the community list
DES-7200(config)# ip community-list standard cl_110 permit 11:11
Router C configuration:
# Configure the network interface
DES-7200(config)# interface gigabitEthernet 0/0
DES-7200(config-if)# ip address 192.168.30.1 255.255.255.0
DES-7200(config)# interface gigabitEthernet 0/1
DES-7200(config-if)# ip address 192.168.3.1 255.255.255.0
DES-7200(config)# interface serial 1/0
DES-7200(config-if)# ip address 192.168.23.3 255.255.255.0
# Configure the RIP
DES-7200(config)# router rip
DES-7200(config-router)# network 192.168.23.0
DES-7200(config-router)# network 192.168.3.0
DES-7200(config-router)# network 192.168.30.0
Router D configuration:
# Configure the network interface
DES-7200(config)# interface gigabitEthernet 0/0
DES-7200(config-if)# ip address 192.168.40.1 255.255.255.0
DES-7200(config)# interface gigabitEthernet 0/1
DES-7200(config-if)# ip address 192.168.4.1 255.255.255.0
DES-7200(config)# interface serial 1/0
DES-7200(config-if)# ip address 192.168.24.4 255.255.255.0
# Configure the BGP
DES-7200(config)# router bgp 4