Nie mogę ustawić bramy Ostateczności na routerze. Chcę, aby przekazywał wszystko, czego „adres IP nie znajduje się w tablicy routingu” do routera HQ przez interfejs s0 / 0/0, wykonując następujące czynności:

Branch1#config t Branch1(config)#ip route 0.0.0.0 0.0.0.0 s0/0/0 

Kiedy sprawdzam tabelę routingu, nie pojawia się tam …

Branch1#sh ip route Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, 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, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 192.168.7.0/24 is variably subnetted, 8 subnets, 4 masks C 192.168.7.64/27 is directly connected, GigabitEthernet0/0.107 L 192.168.7.94/32 is directly connected, GigabitEthernet0/0.107 C 192.168.7.144/28 is directly connected, GigabitEthernet0/0.37 L 192.168.7.158/32 is directly connected, GigabitEthernet0/0.37 C 192.168.7.160/28 is directly connected, GigabitEthernet0/0.157 L 192.168.7.174/32 is directly connected, GigabitEthernet0/0.157 C 192.168.7.244/30 is directly connected, Serial0/0/1 L 192.168.7.245/32 is directly connected, Serial0/0/1 

Chociaż pojawia się w uruchomionym- config jako

 ip classless ip route 0.0.0.0 0.0.0.0 Serial0/0/0 

Krótki opis interfejsu IP:

 Branch1#sh ip interface br Interface IP-Address OK? Method Status Protocol GigabitEthernet0/0 unassigned YES unset up up GigabitEthernet0/0.37 192.168.7.158 YES manual up up GigabitEthernet0/0.107 192.168.7.94 YES manual up up GigabitEthernet0/0.157 192.168.7.174 YES manual up up GigabitEthernet0/1 unassigned YES unset administratively down down Serial0/0/0 unassigned YES unset up up Serial0/0/1 192.168.7.245 YES manual up up Serial0/1/0 unassigned YES unset administratively down down Serial0/1/1 unassigned YES unset administratively down down Vlan1 unassigned YES unset administratively down down 

Komentarze

  • W konfiguracjach używaj opcji Preformatted-text ({}), a nie opcji Quoted-test ("").

Odpowiedź

Problem będzie polegał na tym, że interfejs jest wyłączony Gdy interfejs przestaje działać, wszystkie trasy wskazywane na interfejs są usuwane z tablicy routingu, ale tak jest pojawi się ponownie, gdy interfejs zostanie ponownie uruchomiony.

Komentarze

  • Interfejsy już działają
  • Podaj show ip interface brief w Twoim pytaniu. Nie masz żadnych tras dołączonych do S0/0/0, co oznacza, że jest wyłączone lub nie przypisałeś żadnego adresu.
  • Przepraszamy, dodano je.
  • Nie masz włączonego IPv4 w interfejsie, więc nie możesz skierować do interfejsu. W przypadku protokołu IPv4 interfejs nie działa. Musisz przypisać adres IPv4 lub użyć polecenia ip unnumbered <interface> w interfejsie, aby włączyć protokół IPv4 dla interfejsu.

Dodaj komentarz

Twój adres email nie zostanie opublikowany. Pola, których wypełnienie jest wymagane, są oznaczone symbolem *