Cisco 라우터에서 ARP 시간 초과 설정을 보는 방법은 무엇입니까?

ARP 제한 시간 설정 을 보려면 어떤 명령을 사용합니까? Cisco 라우터?

특정 ARP 항목의 남은 시간 또는 에이징 시간이 아닙니다. 그러나 실제 시간 제한 설정 자체. 기본적으로 4 시간이라는 것을 알고 있습니다. show 명령이 표시 하는 것을 알면됩니다.

온라인에서 일부 검색에서 show arp timeout 또는 show ip arp timeout 그러나 이들 중 어느 것도 내가 시도한 GNS3 라우터에서 작동하지 않았습니다. 실제 라우터에서만 사용할 수 있습니다.이 경우 확인하고 싶습니다. (그리고 누군가가 실제 라우터에서 명령의 출력을 게시 할 수 있습니다.)

댓글

  • 어떤 답변이 도움이 되었나요? 그렇다면 질문이 계속 팝업되지 않도록 ' 답을 수락해야합니다. 또는 자신의 답변을 제공하고 수락 할 수 있습니다.

답변

한숨, 신인 실수입니다. arp timeout 명령은 인터페이스 구성 모드에서만 사용할 수 있으며 각 인터페이스에 따라 설정됩니다. show interface에서 설정을 볼 수 있습니다.

router1# conf t Enter configuration commands, one per line. End with CNTL/Z. router1(config)# arp timeout 99999 ^ % Invalid input detected at "^" marker. router1(config)# int eth0/1 router1(config-if)# arp timeout 99999 router1(config-if)# end *Jan 11 17:37:56.285: %SYS-5-CONFIG_I: Configured from console by console router1# show int eth0/1 | i Timeout ARP type: ARPA, ARP Timeout 1d03h router1# show int eth0/1 Ethernet0/1 is administratively down, line protocol is down Hardware is AmdP2, address is aabb.cc00.0110 (bia aabb.cc00.0110) MTU 1500 bytes, BW 10000 Kbit/sec, DLY 1000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set Keepalive set (10 sec) ARP type: ARPA, ARP Timeout 1d03h Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: fifo Output queue: 0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec ... 

답글 남기기

이메일 주소를 발행하지 않을 것입니다. 필수 항목은 *(으)로 표시합니다