差分

ナビゲーションに移動 検索に移動
323行目: 323行目:  
  ip routing
 
  ip routing
 
  <nowiki>!
 
  <nowiki>!
interface GigabitEthernet4
+
  interface GigabitEthernet4
  description BGP-PE_Gi1
+
  description BGP-PE_Gi1
  ip address 203.0.113.2 255.255.255.252
+
  ip address 203.0.113.2 255.255.255.252
+
 
+
 
!
+
  !
router bgp 198
+
  router bgp 198
  bgp router-id 198.51.100.254
+
  bgp router-id 198.51.100.254
  bgp log-neighbor-changes
+
  bgp log-neighbor-changes
  neighbor 203.0.113.1 remote-as 203
+
  neighbor 203.0.113.1 remote-as 203
!
+
  !
   address-family ipv4
+
  address-family ipv4
   network 198.51.100.0
+
    network 198.51.100.0
 +
    
 +
 
 +
    no neighbor 2001:DB8:203::1 activate
 +
    neighbor 203.0.113.1 activate
 +
    neighbor 203.0.113.1 soft-reconfiguration inbound
 +
  exit-address-family
 +
   !
 +
  ip route 198.51.100.0 255.255.255.0 Null0 254</nowiki>
 
   
 
   
   
+
  .
  no neighbor 2001:DB8:203::1 activate
  −
  neighbor 203.0.113.1 activate
  −
  neighbor 203.0.113.1 soft-reconfiguration inbound
  −
  exit-address-family
  −
  !
  −
ip route 198.51.100.0 255.255.255.0 Null0 254</nowiki>
      
|
 
|

案内メニュー