Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IP interface staticlink


Code Block
titlestatic ip address
interface eth1
 ip address 10.1.1.101/31






IP interface DHCP



Code Block
titledynamic IP address
interface eth0
 




 ip address dhcp



management VRF



Code Block
titlevrf config
!
ip vrf management
!
interface eth0
 ip vrf forwarding management
 ip address 192.168.0.167/24
!





Code Block
titleshow ip route
R3>show ip route vrf management
Codes: K - kernel, C - connected, S - static, R - RIP, B - BGP
       O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2,
       ia - IS-IS inter area, E - EVPN,
       v - vrf leaked
       * - candidate default

IP Route Table for VRF "management"
C            192.168.0.0/24 is directly connected, eth0, 00:11:11

Gateway of last resort is not set



Enable SSHlink

show ssh server

(config)# username test role .... 

(config)# ssh login-attempts 3




Basic OSPFlinksho
























commit and save


# commit

> copy running-cong starting-config

...