Cisco ASR 9000 Series 네트워크 설정 구성 - 페이지 23
{카테고리_이름} Cisco ASR 9000 Series에 대한 네트워크 설정 구성을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco ASR 9000 Series 26 페이지. Line card
Cisco ASR 9000 Series에 대해서도 마찬가지입니다: 구성 매뉴얼 (46 페이지), 구성 매뉴얼 (50 페이지), 매뉴얼 (24 페이지), 구성 (46 페이지), 매뉴얼 (44 페이지), 빠른 참조 매뉴얼 (7 페이지)
Configuring the Satellite Network Virtualization (nV) System on the Cisco ASR 9000 Series Router
Satellite Interface Configuration
The Satellite interface can be used as any other regular GigabitEthernet interfaces:
interface GigabitEthernet200/0/0/0
l2transport
!
!
interface GigabitEthernet200/0/0/0
ip address 99.0.0.1 255.255.255.0
!
!
interface GigabitEthernet200/0/0/2
bundle id 100 mode active
!
!
Satellite Management using private VRF
You can use a special private VRF instead of the global default routing table, to configure the loopback
interface and ICLs used for satellite management traffic. IP addresses in this VRF will not conflict with
any other addresses used on the router.
router(config)# vrf NV_MGMT_VRF
router(config)# address ipv4 unicast
router(config)# interface Loopback 1000
router(config)# vrf NV_MGMT_VRF
router(config)# ipv4 address 10.0.0.1 / 24
router(config)# interface TenGige 0/1/0/3
router(config)# vrf NV_MGMT_VRF
router(config)# ipv4 point-to-point
router(config)# ipv4 unnumbered Loopback 1000
router(config)# nv
router(config-nv)# satellite-fabric-link satellite 500
router(config-nv)# remote-ports GigabitEthernet 0/0/28-39
router(config)# nv satellite 500
router(config)# ipv4 address 10.0.0.2 / 24
Cisco ASR 9000 Series Aggregation Services Router Interface and Hardware Component Configuration Guide
OL-26061-03
Configuration Examples for Satellite nV System
HC-729