Jump to content

Calling Networking Experts


Recommended Posts

Posted

you should call vmware experts not network proffessionals.. we wont put finger in virtual environment

Posted

you should call vmware experts not network proffessionals.. we wont put finger in virtual environment


Baa u need to do pn both ends hosts and switches also
Posted

Baa u need to do pn both ends hosts and switches also

9q0gm.gif paina kakatiya cheppinattu.......... network meeda regular vlans e configure setharu............ VMware ollu soosutkuntaaru 

Posted

what data center switches you are using nexus or something else ?

Posted

9q0gm.gif paina kakatiya cheppinattu.......... network meeda regular vlans e configure setharu............ VMware ollu soosutkuntaaru


Ledu baa switch end kuda config vuntadi and host side port ni trunking cheyala?
Posted

what data center switches you are using nexus or something else ?


Nexus ankunta baa
Posted

Switch end ma nw admin gadu suskuntadu host end ports ni trunk cheyala leka access ports la vadileyala?

Posted

Ledu baa switch end kuda config vuntadi and host side port ni trunking cheyala?

Example of VXLAN Bridging Configuration

 

  • An example of a loopback interface configuration and routing protocol configuration:

    Figure 1. VXLAN topology for VTEP 


    304447.jpg
    • Nexus 9000 VTEP-1 configuration:

      switch-vtep-1(config)# feature ospf
      switch-vtep-1(config)# feature pim
      switch-vtep-1(config)# router ospf 1
      switch-vtep-1(config-router)# router-id 100.100.100.1
      switch-vtep-1(config)# ip pim rp-address 10.1.1.1 group-list 224.0.0.0/4
      switch-vtep-1(config)# interface loopback0
      switch-vtep-1(config-if)# ip address 100.100.100.1/32
      switch-vtep-1(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-1(config-if)# ip pim sparse-mode
      switch-vtep-1(config)# interface e2/1
      switch-vtep-1(config-if)# ip address 20.1.1.1/30
      switch-vtep-1(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-1(config-if)# ip pim sparse-mode
      switch-vtep-1(config)# feature nv overlay
      switch-vtep-1(config)# feature vn-segment-vlan-based
      switch-vtep-1(config)# interface e1/1
      switch-vtep-1(config-if)# switchport
      switch-vtep-1(config-if)# switchport access vlan 10
      switch-vtep-1(config-if)# no shutdown
      switch-vtep-1(config)# interface nve1
      switch-vtep-1(config-if)# no shutdown
      switch-vtep-1(config-if)# source-interface loopback0

      switch-vtep-1(config-if)# member vni 10000 mcast-group 230.1.1.1
      switch-vtep-1(config)# vlan 10
      switch-vtep-1(config-vlan)# vn-segment 10000
      switch-vtep-1(config-vlan)# exit
    • Nexus 9000 VTEP-2 configuration:

      switch-vtep-2(config)# feature ospf
      switch-vtep-2(config)# feature pim
      switch-vtep-2(config)# router ospf 1
      switch-vtep-2(config-router)# router-id 100.100.100.2
      switch-vtep-2(config)# ip pim rp-address 10.1.1.1 group-list 224.0.0.0/4
      switch-vtep-2(config)# interface loopback0
      switch-vtep-2(config-if)# ip address 100.100.100.2/32
      switch-vtep-2(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-2(config-if)# ip pim sparse-mode
      switch-vtep-2(config)# interface e2/1
      switch-vtep-2(config-if)# ip address 30.1.1.1/30
      switch-vtep-2(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-2(config-if)# ip pim sparse-mode
      switch-vtep-2(config)# feature nv overlay
      switch-vtep-2(config)# feature vn-segment-vlan-based
      switch-vtep-2(config)# interface e1/1
      switch-vtep-2(config-if)# switchport
      switch-vtep-2(config-if)# switchport access vlan 10
      switch-vtep-2(config-if)# no shutdown
      switch-vtep-2(config)# interface nve1
      switch-vtep-2(config-if)# no shutdown
      switch-vtep-2(config-if)# source-interface loopback0

      switch-vtep-2(config-if)# member vni 10000 mcast-group 230.1.1.1
      switch-vtep-2(config)# vlan 10
      switch-vtep-2(config-vlan)# vn-segment 10000
      switch-vtep-2(config-vlan)# exit
  • An example of the results of a VXLAN configuration:

    switch(config)# show nve vni
    Interface VNI Multicast-group VNI State
    ---------------- -------- --------------- ---------
    nve1 10000 230.1.1.1 up

    switch(config)# show nve peers
    Interface Peer-IP VNI Up Time
    ---------------- --------------- -------- -----------
    nve1 100.100.100.2 10000 06:13:07

    switch(config)# show mac address-table
    Legend:
    * - primary entry, G - Gateway MAC, (R) - Routed MAC, O - Overlay MAC
    age - seconds since last seen,+ - primary entry using vPC Peer-Link,
    (T) - True, (F) - False
    VLAN MAC Address Type age Secure NTFY Ports

    * 100 0000.bb01.0001 dynamic 0 F F nve1
    * 100 0000.bb01.0002 dynamic 0 F F nve1
    * 100 0000.bb01.0003 dynamic 0 F F nve1
    * 100 0000.bb01.0004 dynamic 0 F F nve1
    * 100 0000.bb01.0005 dynamic 0 F F nve1
    * 100 0000.bb01.0006 dynamic 0 F F nve1

     
  • For a vPC VTEP configuration, the loopback address requires a secondary IP.

    An example of a vPC VTEP configuration:

    Figure 2. VXLAN topology for vPC VTEP 


    304448.jpg
    • Nexus 9000 VTEP-1 configuration:

      switch-vtep-1(config)# feature nv overlay
      switch-vtep-1(config)# feature vn-segment-vlan-based
      switch-vtep-1(config)# feature ospf
      switch-vtep-1(config)# feature pim
      switch-vtep-1(config)# router ospf 1
      switch-vtep-1(config-router)# router-id 200.200.200.1
      switch-vtep-1(config)# ip pim rp-address 10.1.1.1 group-list 224.0.0.0/4
      switch-vtep-1(config)# interface loopback0
      switch-vtep-1(config-if)# ip address 200.200.200.1/32
      switch-vtep-1(config-if)# ip address 100.100.100.1/32 secondary
      switch-vtep-1(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-1(config-if)# ip pim sparse-mode
      switch-vtep-1(config)# interface e2/1
      switch-vtep-1(config-if)# ip address 20.1.1.1/30
      switch-vtep-1(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-1(config-if)# ip pim sparse-mode
      switch-vtep-1(config)# interface port-channel 10
      switch-vtep-1(config-if)# vpc 10
      switch-vtep-1(config-if)# switchport
      switch-vtep-1(config-if)# switchport mode access
      switch-vtep-1(config-if)# switchport access vlan 10
      switch-vtep-1(config-if)# no shutdown
      switch-vtep-1(config)# interface e1/1
      switch-vtep-1(config-if)# channel-group 10 mode active
      switch-vtep-1(config-if)# no shutdown
      switch-vtep-1(config)# interface nve1
      switch-vtep-1(config-if)# no shutdown
      switch-vtep-1(config-if)# source-interface loopback0

      switch-vtep-1(config-if)# member vni 10000 mcast-group 230.1.1.1
      switch-vtep-1(config)# vlan 10
      switch-vtep-1(config-vlan)# vn-segment 10000
      switch-vtep-1(config-vlan)# exit
    • Nexus 9000 VTEP-2 configuration:

      switch-vtep-2(config)# feature nv overlay
      switch-vtep-2(config)# feature vn-segment-vlan-based
      switch-vtep-2(config)# feature ospf
      switch-vtep-2(config)# feature pim
      switch-vtep-2(config)# router ospf 1
      switch-vtep-2(config-router)# router-id 200.200.200.2
      switch-vtep-2(config)# ip pim rp-address 10.1.1.1 group-list 224.0.0.0/4
      switch-vtep-2(config)# interface loopback0
      switch-vtep-2(config-if)# ip address 200.200.200.2/32
      switch-vtep-2(config-if)# ip address 100.100.100.1/32 secondary
      switch-vtep-2(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-2(config-if)# ip pim sparse-mode
      switch-vtep-2(config)# interface e2/1
      switch-vtep-2(config-if)# ip address 20.1.1.5/30
      switch-vtep-2(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-2(config-if)# ip pim sparse-mode
      switch-vtep-2(config)# interface port-channel 10
      switch-vtep-2(config-if)# vpc 10
      switch-vtep-2(config-if)# switchport
      switch-vtep-2(config-if)# switchport mode access
      switch-vtep-2(config-if)# switchport access vlan 10
      switch-vtep-2(config-if)# no shutdown
      switch-vtep-2(config)# interface e1/1
      switch-vtep-2(config-if)# channel-group 10 mode active
      switch-vtep-2(config-if)# no shutdownswitch-vtep-2(config)# interface nve1
      switch-vtep-2(config-if)# no shutdown
      switch-vtep-2(config-if)# source-interface loopback0

      switch-vtep-2(config-if)# member vni 10000 mcast-group 230.1.1.1
      switch-vtep-2(config)# vlan 10
      switch-vtep-2(config-vlan)# vn-segment 10000
      switch-vtep-2(config-vlan)# exit
    • Nexus 9000 VTEP-3 configuration:

      switch-vtep-3(config)# feature nv overlay
      switch-vtep-3(config)# feature vn-segment-vlan-based
      switch-vtep-3(config)# feature ospf
      switch-vtep-3(config)# feature pim
      switch-vtep-3(config)# router ospf 1
      switch-vtep-3(config-router)# router-id 100.100.100.2
      switch-vtep-3(config)# ip pim rp-address 10.1.1.1 group-list 224.0.0.0/4
      switch-vtep-3(config)# interface loopback0
      switch-vtep-3(config-if)# ip address 100.100.100.2/32
      switch-vtep-3(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-3(config-if)# ip pim sparse-mode
      switch-vtep-3(config)# interface e2/1
      switch-vtep-3(config-if)# ip address 30.1.1.1/30
      switch-vtep-3(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-3(config-if)# ip pim sparse-mode

      switch-vtep-3(config)# interface e1/1
      switch-vtep-3(config-if)# switchport
      switch-vtep-3(config-if)# switchport access vlan 10
      switch-vtep-3(config-if)# no shutdown
      switch-vtep-3(config)# interface nve1
      switch-vtep-3(config-if)# no shutdown
      switch-vtep-3(config-if)# source-interface loopback0

      switch-vtep-3(config-if)# member vni 10000 mcast-group 230.1.1.1
      switch-vtep-3(config)# vlan 10
      switch-vtep-3(config-vlan)# vn-segment 10000
      switch-vtep-3(config-vlan)# exit

source: http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/vxlan/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_VXLAN_Configuration_Guide/b_Cisco_Nexus_9000_Series_NX-OS_VXLAN_Configuration_Guide_chapter_010.html

Posted

<p>
Example of VXLAN Bridging Configuration


  • An example of a loopback interface configuration and routing protocol configuration:

    Figure 1. VXLAN topology for VTEP



    304447.jpg


    • Nexus 9000 VTEP-1 configuration:
      switch-vtep-1(config)# feature ospf
      switch-vtep-1(config)# feature pim
      switch-vtep-1(config)# router ospf 1
      switch-vtep-1(config-router)# router-id 100.100.100.1
      switch-vtep-1(config)# ip pim rp-address 10.1.1.1 group-list 224.0.0.0/4
      switch-vtep-1(config)# interface loopback0
      switch-vtep-1(config-if)# ip address 100.100.100.1/32
      switch-vtep-1(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-1(config-if)# ip pim sparse-mode
      switch-vtep-1(config)# interface e2/1
      switch-vtep-1(config-if)# ip address 20.1.1.1/30
      switch-vtep-1(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-1(config-if)# ip pim sparse-mode
      switch-vtep-1(config)# feature nv overlay
      switch-vtep-1(config)# feature vn-segment-vlan-based
      switch-vtep-1(config)# interface e1/1
      switch-vtep-1(config-if)# switchport
      switch-vtep-1(config-if)# switchport access vlan 10
      switch-vtep-1(config-if)# no shutdown
      switch-vtep-1(config)# interface nve1
      switch-vtep-1(config-if)# no shutdown
      switch-vtep-1(config-if)# source-interface loopback0

      switch-vtep-1(config-if)# member vni 10000 mcast-group 230.1.1.1
      switch-vtep-1(config)# vlan 10
      switch-vtep-1(config-vlan)# vn-segment 10000
      switch-vtep-1(config-vlan)# exit

    • Nexus 9000 VTEP-2 configuration:
      switch-vtep-2(config)# feature ospf
      switch-vtep-2(config)# feature pim
      switch-vtep-2(config)# router ospf 1
      switch-vtep-2(config-router)# router-id 100.100.100.2
      switch-vtep-2(config)# ip pim rp-address 10.1.1.1 group-list 224.0.0.0/4
      switch-vtep-2(config)# interface loopback0
      switch-vtep-2(config-if)# ip address 100.100.100.2/32
      switch-vtep-2(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-2(config-if)# ip pim sparse-mode
      switch-vtep-2(config)# interface e2/1
      switch-vtep-2(config-if)# ip address 30.1.1.1/30
      switch-vtep-2(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-2(config-if)# ip pim sparse-mode
      switch-vtep-2(config)# feature nv overlay
      switch-vtep-2(config)# feature vn-segment-vlan-based
      switch-vtep-2(config)# interface e1/1
      switch-vtep-2(config-if)# switchport
      switch-vtep-2(config-if)# switchport access vlan 10
      switch-vtep-2(config-if)# no shutdown
      switch-vtep-2(config)# interface nve1
      switch-vtep-2(config-if)# no shutdown
      switch-vtep-2(config-if)# source-interface loopback0

      switch-vtep-2(config-if)# member vni 10000 mcast-group 230.1.1.1
      switch-vtep-2(config)# vlan 10
      switch-vtep-2(config-vlan)# vn-segment 10000
      switch-vtep-2(config-vlan)# exit

  • An example of the results of a VXLAN configuration:
    switch(config)# show nve vni
    Interface VNI Multicast-group VNI State
    ---------------- -------- --------------- ---------
    nve1 10000 230.1.1.1 up

    switch(config)# show nve peers
    Interface Peer-IP VNI Up Time
    ---------------- --------------- -------- -----------
    nve1 100.100.100.2 10000 06:13:07

    switch(config)# show mac address-table
    Legend:
    * - primary entry, G - Gateway MAC, (R) - Routed MAC, O - Overlay MAC
    age - seconds since last seen,+ - primary entry using vPC Peer-Link,
    (T) - True, (F) - False
    VLAN MAC Address Type age Secure NTFY Ports

    * 100 0000.bb01.0001 dynamic 0 F F nve1
    * 100 0000.bb01.0002 dynamic 0 F F nve1
    * 100 0000.bb01.0003 dynamic 0 F F nve1
    * 100 0000.bb01.0004 dynamic 0 F F nve1
    * 100 0000.bb01.0005 dynamic 0 F F nve1
    * 100 0000.bb01.0006 dynamic 0 F F nve1

  • For a vPC VTEP configuration, the loopback address requires a secondary IP.

    An example of a vPC VTEP configuration:

    Figure 2. VXLAN topology for vPC VTEP



    304448.jpg

    • Nexus 9000 VTEP-1 configuration:
      switch-vtep-1(config)# feature nv overlay
      switch-vtep-1(config)# feature vn-segment-vlan-based
      switch-vtep-1(config)# feature ospf
      switch-vtep-1(config)# feature pim
      switch-vtep-1(config)# router ospf 1
      switch-vtep-1(config-router)# router-id 200.200.200.1
      switch-vtep-1(config)# ip pim rp-address 10.1.1.1 group-list 224.0.0.0/4
      switch-vtep-1(config)# interface loopback0
      switch-vtep-1(config-if)# ip address 200.200.200.1/32
      switch-vtep-1(config-if)# ip address 100.100.100.1/32 secondary
      switch-vtep-1(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-1(config-if)# ip pim sparse-mode
      switch-vtep-1(config)# interface e2/1
      switch-vtep-1(config-if)# ip address 20.1.1.1/30
      switch-vtep-1(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-1(config-if)# ip pim sparse-mode
      switch-vtep-1(config)# interface port-channel 10
      switch-vtep-1(config-if)# vpc 10
      switch-vtep-1(config-if)# switchport
      switch-vtep-1(config-if)# switchport mode access
      switch-vtep-1(config-if)# switchport access vlan 10
      switch-vtep-1(config-if)# no shutdown
      switch-vtep-1(config)# interface e1/1
      switch-vtep-1(config-if)# channel-group 10 mode active
      switch-vtep-1(config-if)# no shutdown
      switch-vtep-1(config)# interface nve1
      switch-vtep-1(config-if)# no shutdown
      switch-vtep-1(config-if)# source-interface loopback0

      switch-vtep-1(config-if)# member vni 10000 mcast-group 230.1.1.1
      switch-vtep-1(config)# vlan 10
      switch-vtep-1(config-vlan)# vn-segment 10000
      switch-vtep-1(config-vlan)# exit

    • Nexus 9000 VTEP-2 configuration:
      switch-vtep-2(config)# feature nv overlay
      switch-vtep-2(config)# feature vn-segment-vlan-based
      switch-vtep-2(config)# feature ospf
      switch-vtep-2(config)# feature pim
      switch-vtep-2(config)# router ospf 1
      switch-vtep-2(config-router)# router-id 200.200.200.2
      switch-vtep-2(config)# ip pim rp-address 10.1.1.1 group-list 224.0.0.0/4
      switch-vtep-2(config)# interface loopback0
      switch-vtep-2(config-if)# ip address 200.200.200.2/32
      switch-vtep-2(config-if)# ip address 100.100.100.1/32 secondary
      switch-vtep-2(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-2(config-if)# ip pim sparse-mode
      switch-vtep-2(config)# interface e2/1
      switch-vtep-2(config-if)# ip address 20.1.1.5/30
      switch-vtep-2(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-2(config-if)# ip pim sparse-mode
      switch-vtep-2(config)# interface port-channel 10
      switch-vtep-2(config-if)# vpc 10
      switch-vtep-2(config-if)# switchport
      switch-vtep-2(config-if)# switchport mode access
      switch-vtep-2(config-if)# switchport access vlan 10
      switch-vtep-2(config-if)# no shutdown
      switch-vtep-2(config)# interface e1/1
      switch-vtep-2(config-if)# channel-group 10 mode active
      switch-vtep-2(config-if)# no shutdownswitch-vtep-2(config)# interface nve1
      switch-vtep-2(config-if)# no shutdown
      switch-vtep-2(config-if)# source-interface loopback0

      switch-vtep-2(config-if)# member vni 10000 mcast-group 230.1.1.1
      switch-vtep-2(config)# vlan 10
      switch-vtep-2(config-vlan)# vn-segment 10000
      switch-vtep-2(config-vlan)# exit

    • Nexus 9000 VTEP-3 configuration:
      switch-vtep-3(config)# feature nv overlay
      switch-vtep-3(config)# feature vn-segment-vlan-based
      switch-vtep-3(config)# feature ospf
      switch-vtep-3(config)# feature pim
      switch-vtep-3(config)# router ospf 1
      switch-vtep-3(config-router)# router-id 100.100.100.2
      switch-vtep-3(config)# ip pim rp-address 10.1.1.1 group-list 224.0.0.0/4
      switch-vtep-3(config)# interface loopback0
      switch-vtep-3(config-if)# ip address 100.100.100.2/32
      switch-vtep-3(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-3(config-if)# ip pim sparse-mode
      switch-vtep-3(config)# interface e2/1
      switch-vtep-3(config-if)# ip address 30.1.1.1/30
      switch-vtep-3(config-if)# ip router ospf 1 area 0.0.0.0
      switch-vtep-3(config-if)# ip pim sparse-mode

      switch-vtep-3(config)# interface e1/1
      switch-vtep-3(config-if)# switchport
      switch-vtep-3(config-if)# switchport access vlan 10
      switch-vtep-3(config-if)# no shutdown
      switch-vtep-3(config)# interface nve1
      switch-vtep-3(config-if)# no shutdown
      switch-vtep-3(config-if)# source-interface loopback0

      switch-vtep-3(config-if)# member vni 10000 mcast-group 230.1.1.1
      switch-vtep-3(config)# vlan 10
      switch-vtep-3(config-vlan)# vn-segment 10000
      switch-vtep-3(config-vlan)# exit
source: http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/vxlan/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_VXLAN_Configuration_Guide/b_Cisco_Nexus_9000_Series_NX-OS_VXLAN_Configuration_Guide_chapter_010.html

Thnx baa host side ports mari?? Oka vlan meda relay cheyali ani chadiva apudu esxi porta trunk mode lo vunchala?
Posted

Thnx baa host side ports mari?? Oka vlan meda relay cheyali ani chadiva apudu esxi porta trunk mode lo vunchala?

what host devices ?

×
×
  • Create New...