FSOS VPN Command Line Reference

Similar documents
FiberstoreOS. VPN Command Line Reference

FiberstoreOS. VPN Command Line Reference

Configuring VRF-lite CHAPTER

BGP Support for IP Prefix Export from a VRF Table into the Global Table

FiberstoreOS IP Service Configuration Guide

FiberstoreOS IPv6 Service Configuration Guide


FSOS IP Routing Command Line Reference

FiberstoreOS IP Routing Command Line Reference

UniNets MPLS LAB MANUAL MPLS. UNiNets Multiprotocol label Switching MPLS LAB MANUAL. UniNets MPLS LAB MANUAL

FSOS IP Service Configuration Guide

Troubleshooting Cisco Express Forwarding Routing Loops

Chapter 4: Routing Concepts. Routing & Switching

FiberstoreOS IPv6 Security Configuration Guide

MPLS over GRE. Finding Feature Information. Prerequisites for MPLS VPN L3VPN over GRE

FiberstoreOS. IP Routing Command Line Reference

FiberstoreOS. IP Service Configuration Guide

EXAM TCP/IP NETWORKING Duration: 3 hours

lab rip experiences with RIPv2 distance vector protocol

CIS Test 1- Practice - Fall 2011

MPLS VPN--Inter-AS Option AB

SEMESTER 2 Chapter 1 Planning and Cabling a Network V 4.0

Networks and Bridges Commands

Packet Tracer - Using Traceroute to Discover the Network (Instructor Version)

Lab Troubleshooting Using traceroute Instructor Version 2500

RealCiscoLAB.com. Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions

Configuring VRF-lite. Information About VRF-lite

MPLS VPN Inter-AS Option AB

FSOS IP Routing Configuration Guide

Configuring Cisco Prime NAM

Layer3 VPN with OSPF Protocol between CE-PE

Configuring Easy Virtual Network Shared Services

Multiprotocol Label Switching Virtual Private Network

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution

Layer3 VPN with RIP protocol between CE-PE

MPLS VPN Carrier Supporting Carrier Using LDP and an IGP

Multi-VRF Support. Finding Feature Information. Prerequisites for Multi-VRF Support

Exercise 1 INTERNET. x.x.x.254. net /24. net /24. x.x.x.33. x.x.x.254. x.x.x.52. x.x.x.254. x.x.x.254. x.x.x.

Configuring the Cisco NAM 2220 Appliance

Configuring Network Access to the GGSN

MPLS VPN Route Target Rewrite

MPLS VPN Multipath Support for Inter-AS VPNs

Configuring IP Unicast Routing

MPLS VPN Carrier Supporting Carrier Using LDP and an IGP

FiberstoreOS IP Routing Configuration Guide


BGP-MVPN SAFI 129 IPv6

MPLS VPN Carrier Supporting Carrier IPv4 BGP Label Distribution

Configuring MPLS, MPLS VPN, MPLS OAM, and EoMPLS

FiberstoreOS IP Routing Configuration Guide

Last time. Network layer. Introduction. Virtual circuit vs. datagram details. IP: the Internet Protocol. forwarding vs. routing

Advanced IPv6 Training Course. Lab Manual. v1.3 Page 1

InterAS Option B. Information About InterAS. InterAS and ASBR

Route Leaking in MPLS/VPN Networks

Laboration 2 Troubleshooting Switching and First-Hop Redundancy

Chapter 3 Command List

Flexible NetFlow - MPLS Support

MPLS VPN: VRF Selection Based on Source IP Address


Enhanced Object Tracking

Donato Ba*aglino Lorenzo Bracciale

How to Configure a Cisco Router Behind a Non-Cisco Cable Modem

Chapter 7 Lab 7-1, Configuring BGP with Default Routing

Configuring the DHCP Server On-Demand Address Pool Manager

Configuring IP SLAs LSP Health Monitor Operations

MPLS VPN C H A P T E R S U P P L E M E N T. BGP Advertising IPv4 Prefixes with a Label

FiberstoreOS. Network Management Command Line Reference

This document is not restricted to specific software and hardware versions.

QUESTION: 1 When limit-learning is configured on a port and the limit is reached the following traffic still flows to the port.

Introduction to Computer Networks

MPLS VPN Half-Duplex VRF

Lab Configuring HSRP and GLBP Topology

Network Protocol Configuration Commands

GRE Tunnel with VRF Configuration Example

Configuring IP Unicast Routing

EITF25 Internet Routing. Jens A Andersson

Antonio Cianfrani. Routing Protocols

Configuring IP Static Routes on the HaulPass V60s

NetBrain OE System Quick Start Guide

Configuring MPLS and EoMPLS

ibgp Multipath Load Sharing

FiberstoreOS. Network Management Command Line Reference

ECMP Load Balancing. MPLS: Layer 3 VPNs Configuration Guide, Cisco IOS XE Release 3S (Cisco ASR 900 Series) 1

BGP Event-Based VPN Import

MPLS VPN MIB Support. Cisco IOS Release 12.0(24)S1 1

Setting up. Discovering the Network. Planning Discovery Runs CHAPTER

Lab 4.2.5a Connectivity Tests Ping

Flexible NetFlow IPv6 Unicast Flows

MPLS VPN ID. Feature Overview. This feature was introduced. Support for this feature was integrated into Cisco IOS Release 12.2(4)B.


netkit lab bgp: transit as Università degli Studi Roma Tre Dipartimento di Informatica e Automazione Computer Networks Research Group

Configuring VRF Lite. Understanding VRF Lite CHAPTER

Contents. Introduction. Prerequisites. Configure. Requirements. Components Used

Table of Contents 1 Static Routing Configuration 1-1

BGP-VPN Distinguisher Attribute

BGP mvpn BGP safi IPv4

CCNA relevante Befehle

CCNA MCQS with Answers Set-1

CCNP TSHOOT. Quick Reference Sheet Exam

Lab 5-1 Hot Standby Router Protocol

Transcription:

FSOS VPN Command Line Reference

Contents 1 VRF Commands...3 1.1 ip vrf...3 1.2 show ip vrf... 4 1.3 ip vrf forwarding... 5 1.4 ip route vrf...6 1.5 arp vrf...7 1.6 show ip arp vrf... 9 1.7 clear ip arp vrf... 10 1.8 ping vrf... 11 1.9 traceroute vrf... 12 1.10 telnet vrf... 13 1.11 rd... 14 1.12 route-target... 15 1.13 import map... 16 1.14 export map...16 1.15 router-id...17 1.16 description...18 1.17 clear ip route vrf static... 19

1 VRF Commands 1.1 ip vrf To configure a VPN routing and forwarding (VRF) routing table, use the ip vrf command in global configuration mode. To remove a VRF routing table, use the no form of this command. ip vrf no ip vrf Global Configuration 3

Switch(config)# ip vrf ComA Switch(config-vrf)# route-target both 100:2 Switch(config-vrf)# route-target import 200:1 ip vrf forwarding 1.2 show ip vrf To show the set of defined VRFs and assocaited interfaces, use the show ip vrf command in Privileged EXEC mode. show ip vrf (bgp (brief detail) interfaces ospf rip ) bgp interfaces ospf rip brief detail Border Gateway Protocol (BGP) Show VPN Routing/Forwarding interface information Open Shortest Path First (OSPF) Routing Information Protocol (RIP) Brief VPN Routing/Forwarding instance information Detailed VPN Routing/Forwarding instance information Privileged EXEC 4

Switch# show ip vrf 1.3 ip vrf forwarding To associate a VPN routing and forwarding (VRF)instance with an Layer3 interface, use the ip vrf forwarding command in interface configuration mode. To disassociate a VRF, use the no form of this command. ip vrf forwarding no ip vrf forwarding Interface configuration 5

Executing this command on an interface removes the IP address on this interface, The IP address should be reconfigured. Switch# configure terminal Switch(config)# ip vrf ComA Switch(config-vrf)# exit Switch(config)# interface eth-0-1 Switch(config-if)# no switchport Switch(config-if)# ip vrf forwarding ComA ip vrf ip route vrf 1.4 ip route vrf To establish static routes for a VPN routing and forwarding (VRF) instance, use the ip route vrf command in global configuration mode. To disable static routes, use the no form of this command. ip route vrf DST_NET NH_ADDR no ip route vrf DST_NET NH_ADDR 6

DST_NET NH_ADDR Destination IP subnet, the format can be target IP address with masklen(a.b.c.d/m) or target IP addres with netmask (A.B.C.D A.B.C.D) Next-hop IP address, the format should be A.B.C.D Global Configuration Switch(config)# ip route vrf VPN-NAME 2.2.2.0/24 1.1.1.2 show ip route vrf clear ip route vrf 1.5 arp vrf To add a permanent entry in the Address Resolution Protocol (ARP) cache for VRF, use the arp vrf command in global configuration mode. To remove an entry from VRF ARP cache, enter the no form of this command. 7

arp vrf VRF_NAME A.B.C.D MAC no arp vrf VRF_NAME A.B.C.D A.B.C.D MAC IP address of the ARP entry Hardware address of the ARP entry in HHHH.HHHH.HHHH format Global Configuration Switch# configure terminal Switch(config)# arp vrf vpn3 1.1.1.1 0000.1111.2222 show ip arp vrf clear ip arp vrf A.B.C.D 8

1.6 show ip arp vrf Use this command to show arp entry in VRF instance. show ip arp vrf Privileged EXEC This example shows how to display all arp entry in the arp table of the VRF. Swith# show ip arp vrf ComA Protocol Address Age (min) Hardware Addr Interface Internet 1.1.1.1-0000.1111.2222 arp vrf 9

1.7 clear ip arp vrf Use this command to refresh a specific dynamic ARP entry from ARP cache for the VRF. clear ip arp vrf A.B.C.D A.B.C.D Dynamic learned ARP entry IP address Privileged EXEC This example shows how to refresh a dynamic arp entry in VRF. Switch(config)# clear ip arp vrf ComA 1.1.1.1 arp vrf 10

1.8 ping vrf Use this command to ping address in VRF. ping vrf WORD WORD Ping destination address or hostname Privileged EXEC Switch# ping vrf vpn 1.1.1.1 PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data. 64 bytes from 1.1.1.1: icmp_seq=0 ttl=64 time=0.114 ms 64 bytes from 1.1.1.1: icmp_seq=1 ttl=64 time=0.087 ms 64 bytes from 1.1.1.1: icmp_seq=2 ttl=64 time=0.087 ms 64 bytes from 1.1.1.1: icmp_seq=3 ttl=64 time=0.097 ms 64 bytes from 1.1.1.1: icmp_seq=4 ttl=64 time=0.133 ms --- 1.1.1.1 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4041ms rtt min/avg/max/mdev = 0.087/0.103/0.133/0.020 ms, pipe 2 11

1.9 traceroute vrf Use this command to trace route in VRF. traceroute vrf WORD WORD Trace route destination address or hostname Privileged EXEC Switch# traceroute vrf vpn 1.1.1.1 traceroute to 1.1.1.1 (1.1.1.1), 30 hops max, 38 byte packets 1 1.1.1.1 (1.1.1.1) 0.222 ms 0.169 ms 0.169 ms 12

1.10 telnet vrf Use this command to telnet in VRF. telnet vrf WORD WORD The destination address or hostname for telnet Privileged EXEC Switch# telnet vrf vpn 9.9.9.2 Trying 9.9.9.2... Connected to 9.9.9.2. Escape character is '^]'. Fedora Core release 4 (Stentz) Kernel 2.6.32.23 on an i686 login: root 13

Password: 1.11 rd Use this command to set route distinguisher. rd RD-VALUE RD-VALUE Route distinguisher value. ASN:nn or IP-address:nn VRF Mode Switch(config-vrf)# rd 1.1.1.1:1 14

1.12 route-target Use this command to set route target. route-target ( both export import) RT-VALUE both export import RT-VALUE Import and export Export Import Route-target value. ASN:nn or IP-address:nn VRF Mode Switch(config-vrf)# route-target import 100:1 15

1.13 import map Use this command to set import map. import map WORD WORD Pointer to route-map entries VRF Mode Switch(config-vrf)# import map 100 export map 1.14 export map Use this command to set export map. 16

export map WORD WORD Pointer to route-map entries VRF Mode Switch(config-vrf)# export map 100 import map 1.15 router-id Use this command to set router-id. router-id A.B.C.D 17

A.B.C.D Router identifier in IP address format VRF Mode Switch(config-vrf)# router-id 1.1.1.1 show ip vrf 1.16 description Use this command to specific VRF description. description LINE LINE Characters describing this VRF, the name length should be no more than 20 18

VRF Mode Switch(config-vrf)# description VrfName1 show ip vrf 1.17 clear ip route vrf static Use this command to clear static routes VPN Routing/Forwarding instance. clear ip route vrf static Privileged EXEC 19

Switch# clear ip route vrf 100 static ip route vrf 20