반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- master
- lacp
- BGP
- linux
- bit rate
- active
- vrrp
- protocol
- nssa
- OSPF
- Chassis
- 리눅스마스터2급
- EBGP
- MLAG
- 리눅스
- baud rate
- IBGP
- confederation
- bgp 속성
- DHCP
- split horizon
- network
- ARP
- lsa type5
- lsa type7
- lsa type3
- 네트워크
- 서버
- LSDB
- ARISTA
Archives
- Today
- Total
목록dumping (1)
높고 넓은 파도

tcpdump 자신을 타겟으로 오는 패킷만 보는 명령어 - 특정 인터페이스에서 발생하는 네트워크 트래픽을 캡쳐하는 기능 - packet-count 설정을 안하면 너무 많은 패킷이 와버림 command tcpdump interface eth 4/1 packet-count 20 filter stp, vlan, ether, inbound...etc tcpdump interface ethernet 2/1/1 filter ether proto 0x88cc tcpdump interface ethernet x/x filter proto ospf tcpdump interface ethernet 2/2/1 filter host 10.1.23.1 host 10.1.23.1에 대해서만 packet 보기 tcpdump int..
네트워크/Network
2024. 4. 22. 18:30