cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
552
Views
5
Helpful
2
Replies

Статическая маршрутизация Cisco Nexus 3064

gvov
Level 1
Level 1

Добрый день. 
Имею VLAN 2 и 111
192.168.2.0/24 и 192.168.111.0/24

соответственно.

хост в vlan2 и хост в vlan111:
192.168.2.9 и 192.168.111.178

cisco nexus ip:
192.168.111.233 и 192.168.2.1

interface Ethernet1/43 - на коммутатор с хост 2.9 и 111.178

 

 

Шлюзы на хостах соответственно указаны ip nexus-а.

2.9->111.178 НЕ пингует
2.9->2.1 пингует

2.1->2.9 пингует

111.233->111.178 пингует

111.178-> 111.233 пингует

111.178-> 2.9 пингует

 

В чем может быть проблема?

конфиг:


!Command: show running-config
!Time: Fri Jun 18 07:21:21 2021

version 7.0(3)I4(8a)
switchname n3k
vdc n3k id 1
limit-resource vlan minimum 16 maximum 4094
limit-resource vrf minimum 2 maximum 4096
limit-resource port-channel minimum 0 maximum 104
limit-resource u4route-mem minimum 128 maximum 128
limit-resource u6route-mem minimum 96 maximum 96
limit-resource m4route-mem minimum 58 maximum 58
limit-resource m6route-mem minimum 8 maximum 8

feature telnet
feature interface-vlan
feature lldp

username admin password 5 *** role network-admin
ssh key rsa 2048
ip domain-lookup
service unsupported-transceiver
ip access-list adm
10 permit ip 192.168.111.4 255.255.255.0 any
20 deny ip any any
ip access-list copp-system-acl-eigrp
10 permit eigrp any 224.0.0.10/32
ipv6 access-list copp-system-acl-eigrp6
10 permit eigrp any ff02::a/128
ip access-list copp-system-acl-icmp
10 permit icmp any any
ip access-list copp-system-acl-igmp
10 permit igmp any any
ip access-list copp-system-acl-ntp
10 permit udp any any eq ntp
20 permit udp any eq ntp any
ip access-list copp-system-acl-pimreg
10 permit pim any any
ip access-list copp-system-acl-ping
10 permit icmp any any echo
20 permit icmp any any echo-reply
ip access-list copp-system-acl-routingproto1
10 permit tcp any gt 1024 any eq bgp
20 permit tcp any eq bgp any gt 1024
30 permit udp any 224.0.0.0/24 eq rip
40 permit tcp any gt 1024 any eq 639
50 permit tcp any eq 639 any gt 1024
70 permit ospf any any
80 permit ospf any 224.0.0.5/32
90 permit ospf any 224.0.0.6/32
ip access-list copp-system-acl-routingproto2
10 permit udp any 224.0.0.0/24 eq 1985
20 permit 112 any 224.0.0.0/24
ip access-list copp-system-acl-snmp
10 permit udp any any eq snmp
20 permit udp any any eq snmptrap
ip access-list copp-system-acl-ssh
10 permit tcp any any eq 22
20 permit tcp any eq 22 any
ip access-list copp-system-acl-stftp
10 permit udp any any eq tftp
20 permit udp any any eq 1758
30 permit udp any eq tftp any
40 permit udp any eq 1758 any
50 permit tcp any any eq 115
60 permit tcp any eq 115 any
ip access-list copp-system-acl-tacacsradius
10 permit tcp any any eq tacacs
20 permit tcp any eq tacacs any
30 permit udp any any eq 1812
40 permit udp any any eq 1813
50 permit udp any any eq 1645
60 permit udp any any eq 1646
70 permit udp any eq 1812 any
80 permit udp any eq 1813 any
90 permit udp any eq 1645 any
100 permit udp any eq 1646 any
ip access-list copp-system-acl-telnet
10 permit tcp any any eq telnet
20 permit tcp any any eq 107
30 permit tcp any eq telnet any
40 permit tcp any eq 107 any
ipv6 access-list copp-system-acl-v6routingProto2
10 permit udp any ff02::66/128 eq 2029
20 permit udp any ff02::fb/128 eq 5353
30 permit 112 any ff02::12/128
ipv6 access-list copp-system-acl-v6routingproto1
10 permit 89 any ff02::5/128
20 permit 89 any ff02::6/128
30 permit udp any ff02::9/128 eq 521
ip access-list copp-system-dhcp-relay
10 permit udp any eq bootps any eq bootps
class-map type control-plane match-any copp-icmp
match access-group name copp-system-acl-icmp
class-map type control-plane match-any copp-ntp
match access-group name copp-system-acl-ntp
class-map type control-plane match-any copp-s-arp
class-map type control-plane match-any copp-s-bfd
class-map type control-plane match-any copp-s-bpdu
class-map type control-plane match-any copp-s-dai
class-map type control-plane match-any copp-s-default
class-map type control-plane match-any copp-s-dhcpreq
class-map type control-plane match-any copp-s-dhcpresp
match access-group name copp-system-dhcp-relay
class-map type control-plane match-any copp-s-dpss
class-map type control-plane match-any copp-s-eigrp
match access-group name copp-system-acl-eigrp
match access-group name copp-system-acl-eigrp6
class-map type control-plane match-any copp-s-glean
class-map type control-plane match-any copp-s-igmp
match access-group name copp-system-acl-igmp
class-map type control-plane match-any copp-s-ipmcmiss
class-map type control-plane match-any copp-s-l2switched
class-map type control-plane match-any copp-s-l3destmiss
class-map type control-plane match-any copp-s-l3mtufail
class-map type control-plane match-any copp-s-l3slowpath
class-map type control-plane match-any copp-s-mpls
class-map type control-plane match-any copp-s-pimautorp
class-map type control-plane match-any copp-s-pimreg
match access-group name copp-system-acl-pimreg
class-map type control-plane match-any copp-s-ping
match access-group name copp-system-acl-ping
class-map type control-plane match-any copp-s-ptp
class-map type control-plane match-any copp-s-routingProto1
match access-group name copp-system-acl-routingproto1
match access-group name copp-system-acl-v6routingproto1
class-map type control-plane match-any copp-s-routingProto2
match access-group name copp-system-acl-routingproto2
class-map type control-plane match-any copp-s-selfIp
class-map type control-plane match-any copp-s-ttl1
class-map type control-plane match-any copp-s-v6routingProto2
match access-group name copp-system-acl-v6routingProto2
class-map type control-plane match-any copp-s-vxlan
class-map type control-plane match-any copp-snmp
match access-group name copp-system-acl-snmp
class-map type control-plane match-any copp-ssh
match access-group name copp-system-acl-ssh
class-map type control-plane match-any copp-stftp
match access-group name copp-system-acl-stftp
class-map type control-plane match-any copp-tacacsradius
match access-group name copp-system-acl-tacacsradius
class-map type control-plane match-any copp-telnet
match access-group name copp-system-acl-telnet
policy-map type control-plane copp-system-policy
class copp-s-default
police pps 400
class copp-s-l2switched
police pps 200
class copp-s-ping
police pps 100
class copp-s-l3destmiss
police pps 100
class copp-s-glean
police pps 500
class copp-s-selfIp
police pps 500
class copp-s-l3mtufail
police pps 100
class copp-s-ttl1
police pps 100
class copp-s-ipmcmiss
police pps 400
class copp-s-l3slowpath
police pps 100
class copp-s-dhcpreq
police pps 300
class copp-s-dhcpresp
police pps 300
class copp-s-dai
police pps 300
class copp-s-igmp
police pps 400
class copp-s-eigrp
police pps 200
class copp-s-pimreg
police pps 200
class copp-s-pimautorp
police pps 200
class copp-s-routingProto2
police pps 1300
class copp-s-v6routingProto2
police pps 1300
class copp-s-routingProto1
police pps 1000
class copp-s-arp
police pps 200
class copp-s-ptp
police pps 1000
class copp-s-vxlan
police pps 1000
class copp-s-bfd
police pps 350
class copp-s-bpdu
police pps 12000
class copp-s-dpss
police pps 1000
class copp-s-mpls
police pps 100
class copp-icmp
police pps 200
class copp-telnet
police pps 500
class copp-ssh
police pps 500
class copp-snmp
police pps 500
class copp-ntp
police pps 100
class copp-tacacsradius
police pps 400
class copp-stftp
police pps 400
control-plane
service-policy input copp-system-policy
snmp-server user admin network-admin auth md5 *** priv *** localizedkey
rmon event 1 log trap public description FATAL(1) owner PMON@FATAL
rmon event 2 log trap public description CRITICAL(2) owner PMON@CRITICAL
rmon event 3 log trap public description ERROR(3) owner PMON@ERROR
rmon event 4 log trap public description WARNING(4) owner PMON@WARNING
rmon event 5 log trap public description INFORMATION(5) owner PMON@INFO
snmp-server community public group network-operator

vlan 1
vlan 2
name adm
vlan 3
name techOtd
vlan 101
name admin
vlan 111
name LOCAL
vlan 201
name fortiNexus
vrf context management
no system urpf disable
no port-channel load-balance resilient
hardware profile portmode 64x10G

 

interface Vlan1

interface Vlan2
no shutdown
no autostate
ip address 192.168.2.1/24

interface Vlan101
no shutdown
ip address 192.168.110.1/24

interface Vlan111
no shutdown
no autostate
ip address 192.168.111.233/24

interface Vlan201
no shutdown
no autostate
ip address 192.168.201.1/24

interface Ethernet1/1
shutdown
switchport access vlan 111
switchport trunk allowed vlan 2,201

interface Ethernet1/2
switchport access vlan 111

interface Ethernet1/3
switchport access vlan 111

interface Ethernet1/4
switchport access vlan 111

interface Ethernet1/5
switchport access vlan 111

interface Ethernet1/6
switchport access vlan 111

interface Ethernet1/7
switchport access vlan 111

interface Ethernet1/8
switchport access vlan 111

interface Ethernet1/9
switchport access vlan 111

interface Ethernet1/10
switchport access vlan 111

interface Ethernet1/11
switchport access vlan 111

interface Ethernet1/12
switchport access vlan 111

interface Ethernet1/13
switchport access vlan 111

interface Ethernet1/14
switchport access vlan 111

interface Ethernet1/15
switchport access vlan 111

interface Ethernet1/16
switchport access vlan 111

interface Ethernet1/17
switchport access vlan 111

interface Ethernet1/18
switchport access vlan 111

interface Ethernet1/19
switchport access vlan 111

interface Ethernet1/20
switchport access vlan 111

interface Ethernet1/21
switchport access vlan 111

interface Ethernet1/22
switchport access vlan 111

interface Ethernet1/23
switchport access vlan 111

interface Ethernet1/24
switchport access vlan 111

interface Ethernet1/25
switchport access vlan 111

interface Ethernet1/26
switchport access vlan 111

interface Ethernet1/27
switchport access vlan 111

interface Ethernet1/28
switchport access vlan 111

interface Ethernet1/29
switchport access vlan 111

interface Ethernet1/30
switchport access vlan 111

interface Ethernet1/31
switchport access vlan 111

interface Ethernet1/32
switchport access vlan 111

interface Ethernet1/33
switchport access vlan 111

interface Ethernet1/34
switchport access vlan 111

interface Ethernet1/35
switchport access vlan 111

interface Ethernet1/36
switchport access vlan 111

interface Ethernet1/37
switchport access vlan 111

interface Ethernet1/38
switchport access vlan 111

interface Ethernet1/39
switchport access vlan 111

interface Ethernet1/40
switchport access vlan 111

interface Ethernet1/41
switchport access vlan 111

interface Ethernet1/42
switchport access vlan 111

interface Ethernet1/43
switchport mode trunk
switchport access vlan 111
switchport trunk allowed vlan 2,111,201

interface Ethernet1/44
switchport access vlan 111

interface Ethernet1/45
switchport access vlan 111

interface Ethernet1/46
switchport access vlan 111

interface Ethernet1/47
switchport access vlan 111

interface Ethernet1/48
description to DELL
switchport mode trunk
switchport trunk allowed vlan 111,201

interface Ethernet1/49/1

interface Ethernet1/49/2

interface Ethernet1/49/3

interface Ethernet1/49/4

interface Ethernet1/50/1

interface Ethernet1/50/2

interface Ethernet1/50/3

interface Ethernet1/50/4

interface Ethernet1/51/1

interface Ethernet1/51/2

interface Ethernet1/51/3

interface Ethernet1/51/4

interface Ethernet1/52/1

interface Ethernet1/52/2

interface Ethernet1/52/3

interface Ethernet1/52/4

interface mgmt0
vrf member management
line console
line vty
boot nxos bootflash:/nxos.7.0.3.I4.8a.bin
ip route 0.0.0.0/0 192.168.111.209

2 Replies 2

gvov
Level 1
Level 1

2021-06-18_11-40-49.png
Вот такая схема

gvov
Level 1
Level 1

Оказалось что проблема в хосте 2.9, смена хоста помогла, чистка таблицы маршрутов на нем не помогла, видимо какие-то утилиты мешали

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card