반응형

PJH#sho running-config
Building configuration...
Current configuration : 2412 bytes
!
! Last configuration change at 01:16:34 UTC Mon Mar 1 1993
version 15.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname PJH
!
!
logging rate-limit console 9
enable secret 5 $1$kD00$bathMss3WZ1HA9AukdyjD0
!
no aaa new-model
no ip cef
!
!
!
!
dot11 syslog
!
dot11 ssid ssid2
   authentication open
   authentication key-management wpa version 2
   guest-mode
   infrastructure-ssid optional
   wpa-psk ascii 7 01031F0154055F5B721D1F5D4F51
!
dot11 ssid ssid5
   authentication open
   authentication key-management wpa version 2
   guest-mode
   infrastructure-ssid optional
   wpa-psk ascii 7 150212090B2472707B6264764553
!
!
dot11 network-map
dot11 guest
!
!
!
username Cisco password 7 05280F1C2243
!
!
bridge irb
!
!
!
interface Dot11Radio0
 no ip address
 !
 encryption mode ciphers aes-ccm
 !
 ssid ssid2
 !
 antenna gain 0
 stbc
 speed  basic-1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11. m12. m13. m14. m15. m16. m17. m18. m19. m20. m21. m22. m23.
 station-role root
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
!
interface Dot11Radio1
 no ip address
 !
 encryption mode ciphers aes-ccm
 !
 ssid ssid5
 !
 antenna gain 0
 peakdetect
 no dfs band block
 stbc
 channel width 80
 channel dfs
 station-role root
 bridge-group 1
 bridge-group 1 subscriber-loop-control
 bridge-group 1 spanning-disabled
 bridge-group 1 block-unknown-source
 no bridge-group 1 source-learning
 no bridge-group 1 unicast-flooding
!
interface GigabitEthernet0
 no ip address
 duplex auto
 speed auto
 bridge-group 1
 bridge-group 1 spanning-disabled
 no bridge-group 1 source-learning
!
interface GigabitEthernet1
 no ip address
 duplex auto
 speed auto
 bridge-group 1
 bridge-group 1 spanning-disabled
 no bridge-group 1 source-learning
!
interface BVI1
 ip address dhcp client-id GigabitEthernet0
 ipv6 address dhcp
 ipv6 address autoconfig
 ipv6 enable
!
ip forward-protocol nd
ip http server
no ip http secure-server
ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag!
!
bridge 1 route ip
!
!
!
line con 0
line vty 0 4
 login local
 transport input all
!
end

 

AI Infrastructure, Secure Networking, and Software Solutions

Cisco is a worldwide technology leader powering an inclusive future for all. Learn more about our products, services, solutions, and innovations.

www.cisco.com

 

반응형
반응형

회사 사람들과 인왕산 올라 갔다가 북촌을 잠시 들렸다. 인왕산도 그렇고 북촌도 처음 가본 곳이라 좋았다.

반응형

'지금 이 순간' 카테고리의 다른 글

여기서 아들을 어떻게 찾지  (1) 2025.05.19
미세먼지 나쁨  (26) 2025.02.16
오늘 아침 온양온천역  (8) 2025.02.07
당현천 걷기 2024.11.10  (21) 2024.11.10
후배 퇴사 기념 식사  (5) 2024.11.07
반응형

진주 공군훈련사령부

 

 

반응형

'지금 이 순간' 카테고리의 다른 글

2025년 05월 31일 인왕산 등산(?)  (3) 2025.06.02
미세먼지 나쁨  (26) 2025.02.16
오늘 아침 온양온천역  (8) 2025.02.07
당현천 걷기 2024.11.10  (21) 2024.11.10
후배 퇴사 기념 식사  (5) 2024.11.07
반응형
반응형
반응형

Gigamon에서 PCAP을 설정하기 위해서는 tx 또는 rx에 따라 1가지 옵션이 상이하다.

1. TX 기준
pcap alias iN1_a_tx
port 1/3/x17 tx
channel-port 1/3/x11
packet-limit 2000
filter ipdst 211.211.195.80 /32
exit

2. RX 기준
pcap alias iN1_a_rx
port 1/3/x17 rx
packet-limit 2000
filter ipdst 211.211.195.80 /32
exit

PCAP 을 완료 하기 위해 반듯이 아래 명령어로 PCAP을 중지 하기 바랍니다.

# no pcap all

반응형
반응형

Gigamon에서 VxLan Tunnel 생성시 이를 RestAPI로 수행하기 위해서는 2단계를 거쳐야 한다.

1. Vxlan ID 생성

circuitTunnels

  "circuitTunnelVxlanGroups": [
    {
      "clusterId": "10.10.10.124",
      "alias": "vxlan10",
      "boxId": "1",
      "vxlanIds": [
        10
      ]
    },
    {
      "clusterId": "10.10.10.124",
      "alias": "vxlan20",
      "boxId": "1",
      "vxlanIds": [
        20
      ]
    },
    {
      "clusterId": "10.10.10.124",
      "alias": "vxlan30",
      "boxId": "1",
      "vxlanIds": [
        30
      ]
    },
    {
      "clusterId": "10.10.10.124",
      "alias": "vxlan100",
      "boxId": "1",
      "vxlanIds": [
        100
      ]
    }
  ]
}

2. VxLan Tunnel 생성

apps/tunnelApplication

    {
      "alias": "vxlan100",
      "description": "",
      "tunnelType": "EMBEDDED_VXLAN",
      "trafficDir": "ENCAP",
      "clusterId": "10.10.10.124",
      "ipInterfaceOut": "10.0.50.125",
      "encap": {
        "sourcePort": [
          "10.10.10.124:1/3/x1"
        ],
        "sourcePortIdMap": {
          "1/3/x1": 100
        },
        "exportConfigs": [
          {
            "remoteIp": "10.0.50.141",
            "sourceApplicationPort": 100
          }
        ],
        "rules": {
          "passRules": [
            {
              "ruleId": 1,
              "bidi": false,
              "matches": [
                {
                  "type": "vlan",
                  "value": 150
                }
              ]
            },
            {
              "ruleId": 2,
              "bidi": false,
              "matches": [
                {
                  "type": "vlan",
                  "value": 160
                }
              ]
            },
            {
              "ruleId": 3,
              "bidi": false,
              "matches": [
                {
                  "type": "vlan",
                  "value": 170
                }
              ]
            }
          ]
        },
        "additionalgsops": {}
      },
      "configStatus": "SUCCESS"
    }

반응형
반응형
반응형
반응형
반응형

+ Recent posts