Cisco Cisco Virtual Topology System 2.1 설치 가이드

다운로드
페이지 26
 
 
© 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. 
Page 25 of 26 
IOS XRv Day Zero Configuration for High Availability 
Additional Day 0 configuration is needed only if you plan on putting your VTCs on 
different subnets. Otherwise, the rest of this section can be skipped. 
 
1.  Configure the IOS XRv Day Zero configuration. 
•  Hostname 
•  VRF Name 
•  Management IP (inside the VRF) 
•  Default Route under the VRF 
•  Enable Telnet for the VRF 
 
On XRv 1 
 
hostname XRVR1 
telnet vrf VTS_VIP ipv4 server max-servers 10 
vrf VTS_VIP 
address-family ipv4 unicast 
   ! 

interface GigabitEthernet0/0/0/1 
vrf VTS_VIP 
ipv4 address 172.20.111.28 255.255.255.0 

router static 
 vrf VTS_VIP 
   address-family ipv4 unicast 
    0.0.0.0/0 172.20.111.1 
   ! 
  !