I'm trying to achieve this setup so that I can remotely access OS6900-T20 switches in a VC. I want to access its administer the switch via its EMP-CHASx or EMP-VC interfaces. I know I can assign an IP address to a VLAN for remote admin but I prefer not to.
Code: Select all
jumphost
(10.10.1.115/24, OS6450 VLAN 11)
|
|
(10.10.1.15/24, OS6450 VLAN 11)
OS6450
(10.0.1.15/24, OS6450 VLAN 10)
|
|
(EMP-CHAS1: 10.0.1.14/16, OS6450 VLAN 10)
(EMP-CHAS2: 10.0.2.14/16, OS6450 VLAN 10)
(EMP-CHAS3: 10.0.3.14/16, OS6450 VLAN 10)
(EMP-VC: 10.0.1.114/16, OS6450 VLAN 10)
OS6900
I only want to permit the jumphost access to the OS6900 via the OS6450-24 which is acting as the router. The EMP interfaces of the 3x OS6900 switches are connected to VLAN 10 of the OS6450 switch and the VC can ping 10.0.1.15. However, after setting up the interfaces and the necessary static route, the OS6900 cannot ping the jumphost and vice-versa.
These are the commands I used to setup the interfaces:
Code: Select all
ip interface local chassis-id 1 emp address 10.0.1.14/16
ip interface local chassis-id 2 emp address 10.0.2.14/16
ip interface local chassis-id 3 emp address 10.0.3.14/16
ip interface master emp address 10.0.1.114 mask 255.255.0.0
ip static-route 10.10.1.0/24 gateway 10.0.1.15
Code: Select all
-> ip static-route 0.0.0.0/0 gateway 10.0.1.15
ERROR: Default routes with gateway on EMP port not allowed

